From: Valessio Soares de Brito Date: Thu, 29 Aug 2019 16:36:50 +0000 (-0400) Subject: reduce number of colors for links/hover X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=commitdiff_plain;h=092ce1929878c0c25fa240bf472d79ed7d672ce2 reduce number of colors for links/hover --- diff --git a/css/style.css b/css/style.css index 03e6bd7..d314151 100644 --- a/css/style.css +++ b/css/style.css @@ -14,6 +14,13 @@ a { transition: 0.3s; } /* etcetera */ +.region-content { min-height: 300px; } + +h2.block-title { + background: #000; + color: #FFF; + padding: 5px; +} .feed-icons, .more-link { @@ -83,9 +90,9 @@ a { transition: 0.3s; } .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > .active > a:active { - color: #edd400; + color: #337AB7; background: #000; - border-bottom: 2px solid #edd400; + border-bottom: 2px solid #337AB7; padding-bottom: 5px; margin-bottom: 10px; } @@ -198,7 +205,7 @@ a { transition: 0.3s; } } .ryf-list a { - color: #118991; + color: #337AB7; text-decoration: none; } @@ -675,7 +682,7 @@ a { transition: 0.3s; } width: 100%; } -.footer a { color: #edd400; } +.footer a { color: #337AB7; } .footer a:hover { color: #FFF; }