diff options
Diffstat (limited to 'styles/style.css')
-rw-r--r-- | styles/style.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/styles/style.css b/styles/style.css index a908537..92090c0 100644 --- a/styles/style.css +++ b/styles/style.css @@ -1,5 +1,5 @@ body { - font-family: sans-serif; + font-family: Arial, sans-serif; font-size: 10pt; margin: 10px 40px; } @@ -13,6 +13,10 @@ small { color: #333; } +.header > small { + color: #bde; +} + a:hover { color:#373737; text-decoration: none; |