From d980c8532918a1908b47d2a5571432520e425102 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 30 Mar 2025 13:58:58 +0200 Subject: refactor: port to Go --- style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index 8c8559f..6ad3fd2 100644 --- a/style.css +++ b/style.css @@ -2,7 +2,11 @@ body { font-family: sans; } -.columns { +a { + text-decoration: none; +} + +ul { columns: 300px; } -- cgit v1.2.3