rss icon fix
This commit is contained in:
parent
9e8f425ab0
commit
869a7a4adc
2 changed files with 12 additions and 5 deletions
|
@ -1,4 +1,6 @@
|
|||
<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>
|
||||
|
||||
<!-- Dark Mode Button -->
|
||||
<label class="switch">
|
||||
<input type="checkbox">
|
||||
|
@ -14,6 +16,4 @@
|
|||
<a href="{{ site.baseurl }}" class="wk">Weekly</a>
|
||||
<a href="/periodicals/" class="pd">Periodical</a>
|
||||
</div>
|
||||
|
||||
<a href="/atom.xml" target="_blank"><img src="/img/rss-32x32.png" alt="ATOM Feed" title="ATOM Feed" /></a>
|
||||
</header>
|
||||
|
|
|
@ -98,16 +98,23 @@ a {
|
|||
color: var(--head-nav-text-color);
|
||||
}
|
||||
|
||||
time.by-line{
|
||||
time.by-line {
|
||||
color: var(--table-color);
|
||||
}
|
||||
|
||||
#menu,
|
||||
#menu::after,
|
||||
#menu::before{
|
||||
#menu::before {
|
||||
background-color: var(--menu-color);
|
||||
}
|
||||
|
||||
#header img.logo {
|
||||
margin-left:90px;
|
||||
margin-left: 122px;
|
||||
}
|
||||
|
||||
#header img.rss-icon {
|
||||
float: right;
|
||||
right: 80px;
|
||||
top: 13px;
|
||||
position: relative;
|
||||
}
|
Loading…
Reference in a new issue