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"}}