diff options
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/theme/dark/theme.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 409b3773f..371ef680e 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -21,7 +21,7 @@ BODY { background-color: #000000; } -H2, H3, #menubar DT, #imageHeaderBar, #imageToolBar A:hover, .throw { +H3, #the_page, #imageHeaderBar, #imageToolBar A:hover { background-color: #3f3f3f; } @@ -112,7 +112,6 @@ A.navThumb, A.navThumb:hover { padding-bottom:30px; text-align:center; display:block; - background:#3f3f3f; } /*calendar elements*/ |