From a332a7365cc5e4a88c4967b8bb46985dbadd5fce Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Tue, 13 May 2025 10:39:39 +0100 Subject: [toplinks] restyle --- static/styles.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'static') 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 { -- cgit v1.2.3