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%;