diff --git a/index.html b/index.html index aa9deb8..8586da8 100755 --- a/index.html +++ b/index.html @@ -24,7 +24,13 @@ along with this program. If not, see . Mxchat Cz - + RSS + + + RSS + + + + + Novinky na Mxchatu + https://web.mxchat.cz + Poslední novinky a aktualizace na Mxchatu + cs + + + Poslední aktualizace Matrix mostu + https://web.mxchat.cz/novinky/matrix-most.html + Matrix most byl právě aktualizován na verzi 2.3.0 + Mon, 05 Sep 2024 09:00:00 GMT + + + + Nová funkce: Miniflux integrace + https://web.mxchat.cz/novinky/miniflux-integrace.html + Integrovali jsme Miniflux do Mxchatu, což umožňuje pohodlnou správu RSS kanálů. + Wed, 07 Sep 2024 12:00:00 GMT + + + + 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ší */ +}