diff options
author | pdp8 <pdp8@pdp8.info> | 2023-06-18 11:20:05 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-06-18 11:20:05 +0200 |
commit | a9aa0fcd661a359fd17061704c5cd55770518521 (patch) | |
tree | ca35fcc2319fc7fc70f398be1c86eebc88359591 /public/style.css | |
parent | 0c3a5b8565fb7148714696eedd3d5adf4fc68641 (diff) |
return to anchor after archive/delete
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css index 98d83b5..d72fca9 100644 --- a/public/style.css +++ b/public/style.css @@ -31,6 +31,10 @@ button { border-radius: 0.5em; } +h1 button { + font-size: 0.5em; +} + a { color: #888; } |