mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-11-22 11:03:32 +01:00
rss fix
This commit is contained in:
commit
09f61f1a3f
@ -1,5 +1,5 @@
|
||||
<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 -->
|
||||
<label class="switch">
|
||||
|
@ -117,4 +117,8 @@ time.by-line {
|
||||
right: 80px;
|
||||
top: 13px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#header a.rss {
|
||||
display: block;
|
||||
}
|
Loading…
Reference in New Issue
Block a user