From 2a13fa49b2c018387e6bfc0dd18ce71e230b5029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1?= Date: Tue, 13 Feb 2024 23:42:40 +0100 Subject: [PATCH] change color p --- styly.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/styly.css b/styly.css index 170f84b..e3a4b52 100644 --- a/styly.css +++ b/styly.css @@ -145,3 +145,11 @@ a.tlacitko:hover { .tlacitko:hover { font-size: 20px; } + +p { + transition: color 0.3s ease; +} + +p:hover { + color: var(--my-brown); +}