diff options
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css index a15f136..d1ac829 100644 --- a/static/styles.css +++ b/static/styles.css @@ -28,11 +28,12 @@ div { table#toplinks { width: 100%; + background-color: honeydew; td { width: 1%; text-align: center; a { - font-size: 2em; + font-size: 1.75em; color: green; text-decoration: none; } |