aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2016-01-08 11:19:59 +0000
committerEinar Egilsson <einar@einaregilsson.com>2016-01-08 11:19:59 +0000
commite413b39cf66c0171e1ff60099a9ac5fb377af957 (patch)
tree1cc47d70fd659086c476425c72ac30cf8c8b0516
parent60341ef37cf9046d0f99b5d3eb4dc1a2ad90acf9 (diff)
Fix color
-rw-r--r--css/help.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/help.css b/css/help.css
index 02ca9ee..1658291 100644
--- a/css/help.css
+++ b/css/help.css
@@ -7,7 +7,8 @@ body {
border:solid 1px #bbb;
padding:50px;
background: white;
- border-radius: 4px
+ border-radius: 4px;
+ color: #2b2626;
}
a, a:visited {