]> gitweb.factorcode.org Git - factor.git/commitdiff
websites: brighter links
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 17:57:06 +0000 (09:57 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 17:57:06 +0000 (09:57 -0800)
extra/websites/concatenative/page.css
extra/websites/factorcode/master.css

index bb6d5ffc685ed27ec80348bf0a6d902e1bf75194..854c8550142479c07b2dab6a1a07e1fbd664d3a9 100644 (file)
@@ -36,7 +36,7 @@ pre {
     border: none;
 }
 
-a, .link { color: #104e8b; }
+a, .link { color: #2A5DB0; }
 a:link, a:visited, a:active, .link { text-decoration: none; }
 a:hover, .link:hover { text-decoration: underline; }
 
index fbbc9db6952a2a6d35938290c0bfc7ab8469c931..7994611bb5ecc9bb1e82a7215eed20f849659f0c 100644 (file)
@@ -6,10 +6,9 @@ html {
     box-sizing: inherit;
 }
 
-a:link { text-decoration: none; color: #104e8b; }
-a:visited { text-decoration: none; color: #104e8b; }
-a:active { text-decoration: none; color: #104e8b; }
-a:hover { text-decoration: underline; color: #104e8b; }
+a { color: #2A5DB0; }
+a:link, a:visited, a:active { text-decoration: none; }
+a:hover { text-decoration: underline; }
 
 body {
     font-size: 12pt;