diff options
author | Nat Lasseter <user@4574.co.uk> | 2025-06-24 22:02:28 +0100 |
---|---|---|
committer | Nat Lasseter <user@4574.co.uk> | 2025-06-24 22:02:28 +0100 |
commit | e95e74901cfb62f338a7b3d2d538026526500978 (patch) | |
tree | 648f8f3d81b51938a0886769c7a35dd89e18b1da /static | |
parent | 73ef84047e4b0121e4d1edb33ebe145bb97b4e4c (diff) |
[links] redo with breaking
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/static/styles.css b/static/styles.css index a0d23f9..4916e96 100644 --- a/static/styles.css +++ b/static/styles.css @@ -30,24 +30,22 @@ div { padding: 1em; } -nav.toplinks { - ul { - margin: 0; - padding: 0; - text-align: center; - list-style-type: none; - li { - padding: 1em; - display: inline-block; - a { - font-size: 1.75em; - color: green; - text-decoration: none; - } - a:hover { - color: darkgreen; - filter: blur(2px); - } +ul.toplinks { + margin: 0; + padding: 0; + text-align: center; + list-style-type: none; + li { + padding: 1em; + display: inline-block; + a { + font-size: 1.75em; + color: green; + text-decoration: none; + } + a:hover { + color: darkgreen; + filter: blur(2px); } } } |