]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
new color
authorSvante Bengtson <redacted>
Tue, 23 Feb 2016 16:10:51 +0000 (17:10 +0100)
committerSvante Bengtson <redacted>
Tue, 23 Feb 2016 16:10:51 +0000 (17:10 +0100)
static/css/mock1.css
static/css/style.css

index b304219854b7501ba7bca8d1bfe06527eaa1683e..2bdfaae17a1464732160f93383ccecf087f7a24d 100644 (file)
@@ -13,7 +13,7 @@
     --jumbotron-text-color: #333;
     --border-color: 0,0,0;
     --footer-border-color: 51,51,51;
-    --box-hover-color: #eee;
+    --box-hover-color: #ddd;
     --box-round: 10px;
 }
 
index f419220b4ae04a83f2644f2bbf79afa7fc163290..8284e645640ac67c846e5ddc2b2f1af97bdda7fb 100644 (file)
@@ -140,7 +140,7 @@ a {
 
 .box:hover,
 .box:active {
-  background-color: #eee;
+  background-color: #ddd;
 }
 
 .fa-users {
@@ -193,14 +193,6 @@ p.heading {
   white-space: nowrap;
 }
 
-/*p.art-links {
-    white-space: nowrap;
-}*/
-
-.art-link:last-child {
-  text-align: right;
-}
-
 p.art-link {
   margin-top: 0;
 }
@@ -245,7 +237,7 @@ a.hchild {
 
 a.hchild:hover,
 a.hchild:active {
-  background-color: #eee;
+  background-color: #ddd;
 }
 
 .hchild:first-child {