diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/locale/locale.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/locale/locale.css b/modules/locale/locale.css index f28f5d570..41684e728 100644 --- a/modules/locale/locale.css +++ b/modules/locale/locale.css @@ -26,10 +26,10 @@ padding: 3ex 0 0 1em; } -.language-switcher-locale-session .active a.active { +.language-switcher-locale-session a.active { color: #0062A0; } -.language-switcher-locale-session .active a.session-active { +.language-switcher-locale-session a.session-active { color: #000000; } |