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);
|
color: var(--head-nav-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
time.by-line{
|
time.by-line {
|
||||||
color: var(--table-color);
|
color: var(--table-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu,
|
#menu,
|
||||||
#menu::after,
|
#menu::after,
|
||||||
#menu::before{
|
#menu::before {
|
||||||
background-color: var(--menu-color);
|
background-color: var(--menu-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
#header img.logo {
|
#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