aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorNat Lasseter <user@4574.co.uk>2025-05-13 10:39:39 +0100
committerNat Lasseter <user@4574.co.uk>2025-05-13 10:39:39 +0100
commita332a7365cc5e4a88c4967b8bb46985dbadd5fce (patch)
treef325197be45d66fde0abdc4ce6cf3f90c4dd9b0f /static/styles.css
parent7b78082187507a2bb964f82eaa11f9f3b2f2c468 (diff)
[toplinks] restyle
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css8
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 {