diff --git a/_includes/header-custom.html b/_includes/header-custom.html index 698b870..14a125f 100644 --- a/_includes/header-custom.html +++ b/_includes/header-custom.html @@ -1,4 +1,6 @@ diff --git a/css/main.scss b/css/main.scss index d3da684..6c7fc13 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; +} \ No newline at end of file