commit 2ada10aeff8cd73f43947d731b21b3598404eb2d
parent e16cc088252c5023fecd89c0391f154a0efa054d
Author: Andrew Belt <andrewpbelt@gmail.com>
Date: Wed, 1 Jul 2015 10:08:25 -0700
Changed new links to black
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/style.css b/style.css
@@ -64,10 +64,8 @@ https://github.com/AndrewBelt/WiTeX
body {
background: none;
font-size: 14pt;
-}
-
-body {
font-family: 'Latin Modern Roman', serif;
+ color: black;
}
h1, h2, h3, h4, h5, h6 {
@@ -80,7 +78,7 @@ a, a:visited {
}
a.new, a.new:visited {
- color: #e33;
+ color: black;
}
ul {