From 7972a3340b4a5cc209b889678dd03b0f007664a4 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 15 May 2021 23:29:44 +0200 Subject: [PATCH] =?UTF-8?q?=C4=8Cerven=C3=A9=20odkazy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index dc51a4d..8f2c3e4 100644 --- a/index.html +++ b/index.html @@ -18,6 +18,12 @@ font-size: 15pt; } + a { + color: #b52637; + text-decoration: none; + } + a:hover { text-decoration: underline } + header { display: flex; flex-direction: column;