reduce number of colors for links/hover
[ryf-theme.git] / css / style.css
index 03e6bd7756c8292da6ede135b3dbe08d6d643430..d314151e4d564456cfc3b63225208c639abf6204 100644 (file)
@@ -14,6 +14,13 @@ a { transition: 0.3s; }
 
 /* etcetera */
 
 
 /* etcetera */
 
+.region-content { min-height: 300px; }
+
+h2.block-title {
+  background: #000;
+  color: #FFF;
+  padding: 5px;
+}
 
 .feed-icons,
 .more-link {
 
 .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 {
 .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;
   background: #000;
-  border-bottom: 2px solid #edd400;
+  border-bottom: 2px solid #337AB7;
   padding-bottom: 5px;
   margin-bottom: 10px;
 }
   padding-bottom: 5px;
   margin-bottom: 10px;
 }
@@ -198,7 +205,7 @@ a { transition: 0.3s; }
 }
 
 .ryf-list a {
 }
 
 .ryf-list a {
-  color: #118991;
+  color: #337AB7;
   text-decoration: none;
 }
 
   text-decoration: none;
 }
 
@@ -675,7 +682,7 @@ a { transition: 0.3s; }
   width: 100%;
 }
 
   width: 100%;
 }
 
-.footer a { color: #edd400; }
+.footer a { color: #337AB7; }
 
 .footer a:hover { color: #FFF; }
 
 
 .footer a:hover { color: #FFF; }