From 92206e40690446b353471e36b4a9563e4dad8735 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Mon, 11 Nov 2024 18:10:41 +0100 Subject: [PATCH] add highlight style --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index db2a948..4982c86 100644 --- a/css/style.css +++ b/css/style.css @@ -103,6 +103,10 @@ a:hover { font-size: 0.9rem; } +.highlight { + background-color: #fff0a4; +} + .btn, .btn:focus, .btn:hover {