From b3797f60d2d1422c105a91601983b688fc22dbd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Mart=C3=ADnez=20Portela?= Date: Sat, 8 Jan 2022 01:02:21 +0100 Subject: [PATCH] Ignore style of clicked links. --- static/homepage.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/homepage.html b/static/homepage.html index 88fea64..83df7d9 100644 --- a/static/homepage.html +++ b/static/homepage.html @@ -28,6 +28,9 @@ h2 a { color: black; } + a { + color: #00e; + }