diff options
Diffstat (limited to 'template/yoga/theme/dark')
-rw-r--r-- | template/yoga/theme/dark/theme.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 5ca520099..e35761366 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -26,7 +26,7 @@ H3, #the_page, #imageHeaderBar, #imageToolBar A:hover, .row1 { background-color: #3f3f3f; } -#menubar DL, #content, #imageToolBar, .header_notes { +#menubar DL, #content, #imageToolBar, .header_notes, .content { background-color: #5f5f5f; } |