From 0e7a3505b9c3d5a4bb51e6d8f45efbe0a3f3c702 Mon Sep 17 00:00:00 2001 From: kipukun Date: Tue, 9 May 2017 18:34:35 -0400 Subject: [PATCH] yay colors look better on night mode!!! --- public/css/style-night.css | 16 ++++++++++++++++ templates/index.html | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/public/css/style-night.css b/public/css/style-night.css index 3a191236..9605247e 100644 --- a/public/css/style-night.css +++ b/public/css/style-night.css @@ -25,6 +25,22 @@ border-color: hsla(200,60%,70%,0.15); } +.pagination > li > a, +.pagination > li > span { + color: #fff; + background-color: #b294bb; + border-color: #b294bb; +} + +.pagination > .active > a, +.pagination > .active > a:focus, +.pagination > .active > a:hover, +.pagination > .active > span, +.pagination > .active > span:focus, +.pagination > .active > span:hover { + background-color: #a2c9dd; + border-color: #a2c9dd; +} #mainmenu { background: #263238; diff --git a/templates/index.html b/templates/index.html index a8f7c6a9..29f99689 100755 --- a/templates/index.html +++ b/templates/index.html @@ -70,7 +70,7 @@
{{if not .Search.HideAdvancedSearch}}
- {{T "advanced_search"}}
+ {{T "advanced_search"}}