]> jfr.im git - irc/freenode/web-7.0.git/blobdiff - static/css/style.css
merge
[irc/freenode/web-7.0.git] / static / css / style.css
index 5b59b91f30fd9c70414f098b76b6ceb637fe4d91..9a8dd2e233610701f6ca554fc9407adfe81a2ed7 100644 (file)
@@ -1,13 +1,5 @@
 /* vars */
 
-:root {
-  /*--jumbotron-bg: 15,75,14;*/
-  /*--jumbotron-bg: rgba(75,235,74,.4);*/
-  /*--footer-link-color: 255,255,255;*/
-  /*--footer-text-color: 255,255,255;*/
-  /*--footer-border-color: 255,255,255;*/
-}
-
 /* reset css for browser compat */
 
 * {
@@ -103,7 +95,7 @@ a {
   width: 100%;
   margin-top: -16px;
   background: #000;
-  background: rgb(238,238,238);
+  background: #eee;
   box-shadow: 0 3px 5px rgba(150,150,150,.36);
   color: #333;
 }
@@ -140,7 +132,6 @@ a {
   -webkit-flex-basis: 30%;
   -ms-flex-preferred-size: 30%;
   flex-basis: 30%;
-  /* border: 1px solid rgba(var(--border-color), 0.39); */
   background-color: #fff;
   border-radius: 10px;
   -webkit-border-radius: 10px;
@@ -206,6 +197,15 @@ p.art-link {
   margin-top: 0;
 }
 
+/* Article */
+
+.art-full h1,
+.art-full h2,
+.art-full h3,
+.art-full h4 {
+  line-height: 1.5em;
+}
+
 /* help */
 
 .hmain {
@@ -268,7 +268,7 @@ a.hchild:active {
 }
 
 .footer {
-  background: rgb(238,238,238);
+  background: #eee;
   color: rgba(51,51,51,.9);
   margin-top: 2vh;
   display: -webkit-box;