From ec654db2a045381174ef499b8d3954d9df023f3d Mon Sep 17 00:00:00 2001 From: kiril Date: Mon, 22 Apr 2024 22:24:23 +0000 Subject: [PATCH] Color URLs by default --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 3b7b850..0470ae6 100644 --- a/style.css +++ b/style.css @@ -66,6 +66,7 @@ div.center { a { text-decoration: none; + color: #0066cc; } a:not(li *):hover {