diff --git a/css/index.css b/css/index.css index fc07aec..5bd4d96 100755 --- a/css/index.css +++ b/css/index.css @@ -280,129 +280,128 @@ input.search { } /* Actual colors */ -@media (prefers-color-scheme: dark) { - body { - background-color: #363636; - } - - blockquote { - background-color: #0f070f; - } - - hr { - border-top: 1px solid #363636; - } - - pre { - background: #212121; - } - - code { - background: #212121; - color: #bbbbbb; - } - - table { - background-color: #212121; - color: #dddddd; - } - - td, th { - background: #212121; - } - - thead { - border-bottom: 1px solid black; - } - - tr:nth-child(even) { - background: #e4e4e4; - } - - tr:nth-child(odd) { - background: #eeeeee; - } - - .footer { - color: #f0eee4; - } - - textarea { - background-color: #212121; - color: #f0eee4; - } - - .main { - background-color: #212121; - color: #f0eee4; - } - - .main a { - color: #89bfff; - } - - .footer a { - color: #89bfff; - } - - .main a:hover { - color: #ccccff; - } - - .footer a:hover { - color: #ccccff; - } - - .main a.literalMatch { - color: #6666ff; - } - - .main a.noexist { - color: #f34000 !important; - } - - .titlebar { - background-color: #262626; - color: #89bfff; - } - - .titledate { - color: #777777; - } - - .toolbar { - background-color: #363636; - } - - .toolbar > a, .titlebar > a { - color: #eeeeee; - } - - .sidebar { - border: solid 1px #666644; - } - - input.search { - border-color: #363636; - background-color: #363636; - color: #f0eee4; - } - - .sidebar { - color: #aaaaaa; - border-color: #aaaaaa; - background-color: #262626; - } - - .sidebar a { - color: #19bfff; - } - - .sidebar a:hover { - color: #bbbbff; - } +body { + background-color: #363636; } +blockquote { + background-color: #0f070f; +} + +hr { + border-top: 1px solid #363636; +} + +pre { + background: #212121; +} + +code { + background: #212121; + color: #bbbbbb; +} + +table { + background-color: #212121; + color: #dddddd; +} + +td, th { + background: #212121; +} + +thead { + border-bottom: 1px solid black; +} + +tr:nth-child(even) { + background: #e4e4e4; +} + +tr:nth-child(odd) { + background: #eeeeee; +} + +.footer { + color: #f0eee4; +} + +textarea { + background-color: #212121; + color: #f0eee4; +} + +.main { + background-color: #212121; + color: #f0eee4; +} + +.main a { + color: #89bfff; +} + +.footer a { + color: #89bfff; +} + +.main a:hover { + color: #ccccff; +} + +.footer a:hover { + color: #ccccff; +} + +.main a.literalMatch { + color: #6666ff; +} + +.main a.noexist { + color: #f34000 !important; +} + +.titlebar { + background-color: #262626; + color: #89bfff; +} + +.titledate { + color: #777777; +} + +.toolbar { + background-color: #363636; +} + +.toolbar > a, .titlebar > a { + color: #eeeeee; +} + +.sidebar { + border: solid 1px #666644; +} + +input.search { + border-color: #363636; + background-color: #363636; + color: #f0eee4; +} + +.sidebar { + color: #aaaaaa; + border-color: #aaaaaa; + background-color: #262626; +} + +.sidebar a { + color: #19bfff; +} + +.sidebar a:hover { + color: #bbbbff; +} + +/* @media (prefers-color-scheme: light) { body { background-color: #fffffe; @@ -530,3 +529,4 @@ input.search { color: #bbbbff; } } +*/