From ea5574fe3dbda3de97d5a08085781e0441d4f678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1?= Date: Tue, 13 Feb 2024 23:32:19 +0100 Subject: [PATCH] change color button --- style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style.css b/style.css index 749e221..80e527f 100644 --- a/style.css +++ b/style.css @@ -115,6 +115,12 @@ footer { h1 { font-family: cursive; margin: 0px 0px 0px 30px; + transition: color 0.5s ease; +} + +/* Změna barvy */ +h1:hover { + color: red; } h2 { @@ -162,6 +168,11 @@ th { .button { color: var(--special_white); + transition: color 0.5s ease; +} + +.button:hover { + color: red; } /* Zvětšení písma odkazu */