From f09dd04627b26ec61376de408caf8fa4d80e27f1 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 21 Oct 2018 00:36:44 +0200 Subject: [PATCH] css --- theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme.css b/theme.css index cc1e9e0..5b11813 100644 --- a/theme.css +++ b/theme.css @@ -1,17 +1,17 @@ -.ui.top.menu:first-child { +.ui.top.menu { color: #fff; background: #2a2a2e; } -.ui.top.menu:first-child i, .ui.top.menu:first-child.sr-mobile-only, .ui.top.menu:first-child .mobile-only { +.ui.top.menu i, .ui.top.menu.sr-mobile-only, .ui.top.menu .mobile-only { color: #fff; } -.ui.top.menu:first-child .dropdown .item i { +.ui.top.menu .dropdown .item i { color: #333; } -.ui.top.menu.main:first-child a { +.ui.top.menu.main a { color: #fff; }