rss icon fix

This commit is contained in:
monerooo 2022-04-02 21:11:46 +02:00
parent 9e8f425ab0
commit 869a7a4adc
2 changed files with 12 additions and 5 deletions

View file

@ -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;
}