diff options
-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 { |