diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 5cecfef..e41d670 100644 --- a/static/styles.css +++ b/static/styles.css @@ -20,6 +20,7 @@ See the file COPYING for details. body{ margin:0; font-size:12px; +font-family:arial; background-color:#ced3e1; } @@ -44,6 +45,10 @@ margin:10px; font-size:24px; } +h2 a:hover{ +color:grey; +} + p{ padding:6px; margin:6px; |
