diff options
| author | Einar Egilsson <einar@einaregilsson.com> | 2016-01-08 11:19:59 +0000 | 
|---|---|---|
| committer | Einar Egilsson <einar@einaregilsson.com> | 2016-01-08 11:19:59 +0000 | 
| commit | e413b39cf66c0171e1ff60099a9ac5fb377af957 (patch) | |
| tree | 1cc47d70fd659086c476425c72ac30cf8c8b0516 /css | |
| parent | 60341ef37cf9046d0f99b5d3eb4dc1a2ad90acf9 (diff) | |
Fix color
Diffstat (limited to 'css')
| -rw-r--r-- | css/help.css | 3 | 
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 {  | 
