From 1b15244802ebab2664a1e2955ece322ba0d2a6a7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 12 Feb 2025 22:32:18 +0200 Subject: Update content for html --- style.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 9363db30..bd3bc62e 100644 --- a/style.css +++ b/style.css @@ -32,12 +32,7 @@ body { margin: 20px auto; border: 5px solid #eeeeee; border-radius: 15px; -} - -a { - font-family: code, monospace; - text-decoration: none; - color: #0e0e0e; + word-wrap: break-word; } h1, h2, h3 { @@ -45,6 +40,8 @@ h1, h2, h3 { } a { + font-family: code, monospace; + text-decoration: none; color: #666666; padding: 0 0 0 0; } -- cgit v1.2.3