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