diff --git a/_includes/head.html b/_includes/head.html index 875850b..8be305c 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -10,6 +10,12 @@ + + + + + + {% if page.path contains '_posts' %} {%elsif page.periodical == "yes"%} diff --git a/_includes/nav-footer.html b/_includes/nav-footer.html index dac88db..ff13636 100644 --- a/_includes/nav-footer.html +++ b/_includes/nav-footer.html @@ -1,5 +1 @@ - \ No newline at end of file +Monero Website \ No newline at end of file diff --git a/css/main.scss b/css/main.scss index b861f83..5dcde04 100644 --- a/css/main.scss +++ b/css/main.scss @@ -56,6 +56,9 @@ --block-bg-color: #d7d7d7; --block-bg-color-secondary: #c0c0c0; --block-bg-color-heading: #a5a5a5; + --table-color: #cecece; + --head-nav-bg-color: #transparent; + --head-nav-text-color: #d56f2a; } body { @@ -77,5 +80,14 @@ a { } .moneroversary-table, .price-table{ - color: #cecece; + color: var(--table-color); +} +#weekly .revuo-classes a.wk { + background-color: var(--head-nav-bg-color); + color: var(--head-nav-text-color); +} + +#periodical .revuo-classes a.pd, #wrap.periodical .revuo-classes a.pd:active, #wrap.periodical .revuo-classes a.pd:focus { + background-color: var(--head-nav-bg-color); + color: var(--head-nav-text-color); }