mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-09-15 10:01:31 -04:00
rss icon fix
This commit is contained in:
parent
9e8f425ab0
commit
869a7a4adc
2 changed files with 12 additions and 5 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue