diff --git a/index.css b/index.css index 3f1dc2e..c371bb3 100755 --- a/index.css +++ b/index.css @@ -185,6 +185,17 @@ input#gitmsg color: #f0eee4; } +.main a { + color: #89bfff; + text-decoration: none; + transition: 0.1s; +} + +.main a:hover { + color: #ccccff; + text-decoration: underline; +} + /* the globe */ .main a[href^="http"]::after { /*content: url('/icons/internet.png');*/ @@ -192,11 +203,11 @@ input#gitmsg .main a.literalMatch { font-weight: bold; - color: #00f; + color: #6666ff; } .main a.noexist { - color: #b00 !important; + color: #f34000 !important; } .login { @@ -384,5 +395,16 @@ input.search { .sidebar { color: #aaaaaa; border-color: #aaaaaa; - background-color: #161616; + background-color: #262626; +} + +.sidebar a { + color: #19bfff; + text-decoration: none; + transition: 0.1s; +} + +.sidebar a:hover { + color: #bbbbff; + text-decoration: underline; }