From 3744236b1549598afa5706c3e2bfd1acb459f2b8 Mon Sep 17 00:00:00 2001 From: monerooo <102408599+monerooo@users.noreply.github.com> Date: Fri, 1 Apr 2022 20:14:08 +0200 Subject: [PATCH 1/4] Mobile Meta --- _includes/head.html | 6 ++++++ 1 file changed, 6 insertions(+) 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"%} From 871d78cebca0c0a9f82e40af30d687d90384d2f0 Mon Sep 17 00:00:00 2001 From: monerooo <102408599+monerooo@users.noreply.github.com> Date: Fri, 1 Apr 2022 20:24:49 +0200 Subject: [PATCH 2/4] Dark/Light Style fix --- css/main.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/main.scss b/css/main.scss index b861f83..4bc0b37 100644 --- a/css/main.scss +++ b/css/main.scss @@ -56,6 +56,7 @@ --block-bg-color: #d7d7d7; --block-bg-color-secondary: #c0c0c0; --block-bg-color-heading: #a5a5a5; + --table-color: #cecece; } body { @@ -77,5 +78,5 @@ a { } .moneroversary-table, .price-table{ - color: #cecece; + color: var(--table-color); } From e9da825eabc7ac008984cf23d17bfbebe591dc13 Mon Sep 17 00:00:00 2001 From: monerooo <102408599+monerooo@users.noreply.github.com> Date: Fri, 1 Apr 2022 20:44:23 +0200 Subject: [PATCH 3/4] Nav Footer Fix --- _includes/nav-footer.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 From ffd331e8c727a2b54c1a5de82269c0ef59e8caad Mon Sep 17 00:00:00 2001 From: monerooo <102408599+monerooo@users.noreply.github.com> Date: Fri, 1 Apr 2022 20:53:24 +0200 Subject: [PATCH 4/4] Dark Style Menu (Orange) --- css/main.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/main.scss b/css/main.scss index 4bc0b37..5dcde04 100644 --- a/css/main.scss +++ b/css/main.scss @@ -57,6 +57,8 @@ --block-bg-color-secondary: #c0c0c0; --block-bg-color-heading: #a5a5a5; --table-color: #cecece; + --head-nav-bg-color: #transparent; + --head-nav-text-color: #d56f2a; } body { @@ -80,3 +82,12 @@ a { .price-table{ 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); +}