From 654c7fd4cc5494c280a37cc2a4777672c915defb Mon Sep 17 00:00:00 2001 From: archos Date: Mon, 9 Sep 2024 21:08:47 +0200 Subject: [PATCH] =?UTF-8?q?P=C5=99id=C3=A1n=20RSS=20feed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/alt.style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style/alt.style.css b/style/alt.style.css index b6c9fc6..782c641 100755 --- a/style/alt.style.css +++ b/style/alt.style.css @@ -390,3 +390,13 @@ body { .spacer { height: 90px; /* Zde určíte výšku mezery */ } +.rss-link { + font-size: 20px; /* Velikost ikony */ + color: #ff6600; /* Barva RSS ikony */ + text-decoration: none; + margin-right: 10px; +} + +.rss-link:hover { + color: #ff9900; /* Barva při najetí myší */ +}