WIP: Přidán RSS feed #3

Draft
Archos wants to merge 2 commits from dev into main
Showing only changes of commit 654c7fd4cc - Show all commits

View File

@ -390,3 +390,13 @@ body {
.spacer { .spacer {
height: 90px; /* Zde určíte výšku mezery */ 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ší */
}