X-Git-Url: https://vcs.fsf.org/?p=ryf-theme.git;a=blobdiff_plain;f=css%2Fstyle.css;h=d314151e4d564456cfc3b63225208c639abf6204;hp=2804a6701b52d26de69d84addad287daed02ff83;hb=092ce1929878c0c25fa240bf472d79ed7d672ce2;hpb=c71d4a087038be2530894050b889506024ca9b33;ds=sidebyside diff --git a/css/style.css b/css/style.css index 2804a67..d314151 100644 --- a/css/style.css +++ b/css/style.css @@ -3,13 +3,24 @@ * your custom CSS modifications here. */ -body { margin: 0; min-width: 320px; } +body { + font-family: "FreeSans", Helvetica, Arial, sans-serif; + margin: 0; + min-width: 320px; +} a { transition: 0.3s; } /* etcetera */ +.region-content { min-height: 300px; } + +h2.block-title { + background: #000; + color: #FFF; + padding: 5px; +} .feed-icons, .more-link { @@ -79,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; } @@ -194,7 +205,7 @@ a { transition: 0.3s; } } .ryf-list a { - color: #118991; + color: #337AB7; text-decoration: none; } @@ -671,7 +682,7 @@ a { transition: 0.3s; } width: 100%; } -.footer a { color: #edd400; } +.footer a { color: #337AB7; } .footer a:hover { color: #FFF; }