permacomputing

permacomputing.net wiki source files
git clone https://git.bleu255.com/repos/permacomputing.git
Log | Files | Refs

commit cb9b1dd569d52e14571da8377c27e61f48823c5e
parent c557db0ff5f8938874d250161dcde5c460572dba
Author: Ville-Matias Heikkila <viznut@low.fi>
Date:   Wed Aug 24 10:19:04 +0300

shrink <h1>, more readable shade for <a>
Diffstat:
local.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/local.css b/local.css
@@ -40,14 +40,14 @@ h1,h2,h3,h4,h5,h6 {
 }
 h1 {
   margin-bottom: 0em;
-  font-size: 4rem;
+  font-size: 3rem;
 }
 h2 {
   margin-top: 0;
   font-size: 2rem;
 }
 a {
-  color: #f0bc1e;
+  color: #C89533;
 }
 a:visited {
   color: #865800;