diff --git a/css/main.scss b/css/main.scss index d3da684..117a15e 100644 --- a/css/main.scss +++ b/css/main.scss @@ -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; }