mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-22 19:13:29 +01:00
rss fix
This commit is contained in:
commit
09f61f1a3f
@ -1,5 +1,5 @@
|
|||||||
<header id="header">
|
<header id="header">
|
||||||
<a href="/atom.xml" target="_blank"><img class="rss-icon" src="/img/rss-32x32.png" alt="ATOM Feed" title="ATOM Feed" /></a>
|
<a class="rss" href="/atom.xml" target="_blank"><img class="rss-icon" src="/img/rss-32x32.png" alt="ATOM Feed" title="ATOM Feed" /></a>
|
||||||
|
|
||||||
<!-- Dark Mode Button -->
|
<!-- Dark Mode Button -->
|
||||||
<label class="switch">
|
<label class="switch">
|
||||||
|
@ -117,4 +117,8 @@ time.by-line {
|
|||||||
right: 80px;
|
right: 80px;
|
||||||
top: 13px;
|
top: 13px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
#header a.rss {
|
||||||
|
display: block;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user