Update main.scss
This commit is contained in:
parent
90a216cb19
commit
bfad04a333
1 changed files with 10 additions and 3 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…
Reference in a new issue