diff options
Diffstat (limited to 'p/themes/Flat/flat.css')
-rw-r--r-- | p/themes/Flat/flat.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index 0e110ba35..ecacf749e 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -257,12 +257,14 @@ th { } .nav-list .item a:hover, +.nav-list .item .as-link:hover, .nav-list .item.active { background: #2980b9; color: #fff; } -.nav-list .item.active a { +.nav-list .item.active a, +.nav-list .item.active .as-link { color: #fff; } |