diff options
| author | okybaca <klokanek@eldar.cz> | 2024-11-29 13:39:34 +0100 |
|---|---|---|
| committer | okybaca <klokanek@eldar.cz> | 2024-11-29 13:39:34 +0100 |
| commit | e979b323749a3648e969f3b776e4b0caa664c167 (patch) | |
| tree | 6df2fc2cac2df52fbacc468813d05dc2fa57a4a4 /skins | |
| parent | 9f20f73362f5297fe6d51d5994ecd00891280a11 (diff) | |
fine tuned the dark-green skin - tables font color
Diffstat (limited to 'skins')
| -rw-r--r-- | skins/dark-green.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/dark-green.css b/skins/dark-green.css index 936c5888e..fd4e003b0 100644 --- a/skins/dark-green.css +++ b/skins/dark-green.css @@ -94,11 +94,13 @@ table { .TableCellSummary { background-color: #FFCCCC; + color: #3c3c3c; border:1px solid #888888; } .TableCellActive { background-color: #FFCCCC; + color: #3c3c3c; } /* Blog and Wiki*/ |
