commit
e6841d374b
2 changed files with 5 additions and 1 deletions
|
@ -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">
|
||||||
|
|
|
@ -118,3 +118,7 @@ time.by-line {
|
||||||
top: 13px;
|
top: 13px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header a.rss {
|
||||||
|
display: block;
|
||||||
|
}
|
Loading…
Reference in a new issue