Merge pull request #13 from monerooo/master

RSS icon fix
This commit is contained in:
rottenstonks 2022-04-02 15:43:04 -05:00 committed by GitHub
commit e6841d374b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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">

View File

@ -118,3 +118,7 @@ time.by-line {
top: 13px;
position: relative;
}
#header a.rss {
display: block;
}