diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-05-13 10:39:39 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-05-13 10:39:39 +0100 |
commit | a332a7365cc5e4a88c4967b8bb46985dbadd5fce (patch) | |
tree | f325197be45d66fde0abdc4ce6cf3f90c4dd9b0f /static/styles.css | |
parent | 7b78082187507a2bb964f82eaa11f9f3b2f2c468 (diff) |
[toplinks] restyle
Diffstat (limited to 'static/styles.css')
-rw-r--r-- | static/styles.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css index 196745a..32f8eac 100644 --- a/static/styles.css +++ b/static/styles.css @@ -26,10 +26,14 @@ div { padding: 1em; } -table#toplinks { +div.toplinks { + background-color: #f7fff7; +} + +table.toplinks { width: 100%; - background-color: #fafffa; td { + padding: 1em; width: 1%; text-align: center; a { |