From 4dfeea5f7b26a9e8f7c0146adf7abe3dcecb36c2 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 18:43:57 +0100 Subject: [PATCH] Link Style --- css/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/css/style.css b/css/style.css index 8915c3b..63f1c24 100644 --- a/css/style.css +++ b/css/style.css @@ -2,6 +2,24 @@ body { font-family: sans; background-color: #000000; } + +a:link { + text-decoration: none; + color: #c0c0c0; +} +a:visited { + text-decoration: none; + color: #c0c0c0; +} +a:hover { + text-decoration: none; + color: #c0c0c0; +} +a:active { + text-decoration: none; + color: #c0c0c0; +} + .content { padding: 4px; }