]> jfr.im git - irc/freenode/web-7.0.git/commitdiff
Details
authorSvante Bengtson <redacted>
Mon, 22 Feb 2016 22:58:15 +0000 (23:58 +0100)
committerSvante Bengtson <redacted>
Mon, 22 Feb 2016 22:58:15 +0000 (23:58 +0100)
css/mock1.css

index 4471f7df1edfcda7c3b0c9d4eba35cb95b42b68a..6a2c647d1b0cf9cfd2a2b43c4a18b8f75e105f3a 100644 (file)
     --text-color: #333;
     /*--footer-text-color: 255,255,255;*/
     --footer-text-color: 51,51,51;
+    --copyright-text-color: 255,255,255;
     --jumbotron-text-color: #333;
     --border-color: 0,0,0;
-    --footer-border-color: 255,255,255;
+    /*--footer-border-color: 255,255,255;*/
+    --footer-border-color: 51,51,51;
     --box-hover-color: #eee;
     --box-round: 10px;
 }
@@ -293,7 +295,7 @@ a.hchild:hover,a.hchild:active {
     align-items: center;
     background: rgba(var(--copyright-bg),.5);
     height: 31px;
-    color: rgba(var(--footer-text-color),.8);
+    color: rgba(var(--copyright-text-color),.8);
 }
 
 a.copyright {