From 25b443e9f276ba23100b20d398d3d99e85fa35af Mon Sep 17 00:00:00 2001 From: Dev-J0 Date: Tue, 11 Jun 2024 14:54:29 +0200 Subject: [PATCH] visited visited --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style.css b/style.css index 2ddf24f..60c59dd 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,14 @@ box-sizing: border-box; } +a { + text-decoration: none; +} +a:visited { + color: white; + text-decoration: none; +} @font-face { font-family: MyFont; src: url(./images/Josefin_Sans/JosefinSans-VariableFont_wght.ttf);