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ší */ +}