commit ee197ca056846f28b2cf0b8eb30a38a357a97c1f parent 2a04a1d730f4c0ef8dd1ce6f03d2dfc13fa01386 Author: alex wennerberg <alex@alexwennerberg.com> Date: Tue, 14 Dec 2021 15:30:47 -0800 style improvements Diffstat:
M | templates/static/style.css | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/templates/static/style.css b/templates/static/style.css @@ -20,7 +20,7 @@ table { border-spacing: 0.5em 0.1em; } .message-sum { margin-top: 6px; - margin-bottom: 10px; + margin-bottom: 12px; } .reply { text-align: right; @@ -92,6 +92,7 @@ table td { a { text-decoration: none; + color: #369; } a:visited {