diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-05-13 10:32:52 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-05-13 10:32:52 +0100 |
commit | ce539e8188a89b8aec11d6ff7a40aa2650f6fd2d (patch) | |
tree | 21dea68fc30d1096a3b4c039375ac00432ec63e1 /static | |
parent | deac5908f7bfd3c416be6613e1c15ac3093cf8bc (diff) |
[toplinks] restyle
Diffstat (limited to 'static')
-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; } |