From 0a1286a905d21e9f4790265d8607ce4524af9ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rio=20Panenko?= Date: Sat, 23 Nov 2024 14:13:07 +0000 Subject: [PATCH] Update styles/style.css --- styles/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/styles/style.css b/styles/style.css index 4f91ad2..1f0e787 100644 --- a/styles/style.css +++ b/styles/style.css @@ -153,6 +153,13 @@ h1 { background-color: #357ae8; } +/* Zvýraznenie pre aktuálne slovo/písmeno */ +.highlight { + background-color: #ffeb3b; /* Svetložltá farba na zvýraznenie */ + font-weight: bold; + color: #333; +} + .video { position: relative; width: 45%;