From a2537300dbbb7299931f15fecdae0ff8461aa7db Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 2 May 2019 16:55:02 +0200 Subject: [PATCH] add hover color --- theme.css | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/theme.css b/theme.css index f85faf0..8e834eb 100644 --- a/theme.css +++ b/theme.css @@ -26,24 +26,10 @@ } .full > .ui.top.menu.main a.item.active, .full > .ui.top.menu.main a.item:hover { - color: #fff !important; + color: #333 !important; background: #505058; } -/*.repository a, -.dashboard a, -.profile a, -ui.breadcrumb a, -.ui.card > .extra a:not(.ui), -.ui.cards > .card > .extra a:not(.ui) -{ - color: #fff !important; -} - -body { - color: #d5d5d5; -}*/ - @media screen and (max-width: 767px) { .header-wrapper .tabs .item.active { border-bottom: 1px solid #D4D4D5;