From 040685e4971b49eb7c07824f8d136586dac0aaab Mon Sep 17 00:00:00 2001 From: recanman Date: Sun, 5 Nov 2023 22:11:20 -0800 Subject: [PATCH 1/6] fix mobile color bug --- _sass/custom.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_sass/custom.scss b/_sass/custom.scss index 863a261..4e085b7 100644 --- a/_sass/custom.scss +++ b/_sass/custom.scss @@ -37,8 +37,8 @@ p.table-title { border-radius: 2px; overflow: hidden; border-spacing: 0; + background-color: var(--block-bg-color); @media (min-width: $breakpoint-alpha) { - background-color: var(--block-bg-color); color: #45494f; tr.row3 { background-color: var(--blog-bg-color-secondary); @@ -104,7 +104,7 @@ p.table-title { } th, td:before { - color: #fff; + color: var(--link-color); } td.green { From aaad7912e13e4ecd5cf769e68d59be9390aeac0c Mon Sep 17 00:00:00 2001 From: rottenwheel <92872541+rottenwheel@users.noreply.github.com> Date: Mon, 6 Nov 2023 06:27:49 +0000 Subject: [PATCH 2/6] update: remove MO blitz duplicate --- _posts/2023-11-02-issue-191.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_posts/2023-11-02-issue-191.md b/_posts/2023-11-02-issue-191.md index 81a9323..09ed401 100755 --- a/_posts/2023-11-02-issue-191.md +++ b/_posts/2023-11-02-issue-191.md @@ -49,10 +49,6 @@ issuenumber: 191

Monero Observer Blitz #23 - October 2023.

-
-

Monero Observer Blitz #22 - May 2023.

-
-

Upcoming Events

From 1fbf6ba8a5fcd61f2573dc857b3236068224a8af Mon Sep 17 00:00:00 2001 From: rottenwheel <92872541+rottenwheel@users.noreply.github.com> Date: Sun, 26 Nov 2023 13:15:11 +0000 Subject: [PATCH 3/6] update: support hyperlink --- _includes/header-custom.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/header-custom.html b/_includes/header-custom.html index 8a58b8d..5f2e441 100644 --- a/_includes/header-custom.html +++ b/_includes/header-custom.html @@ -4,7 +4,7 @@
- Donate + Donate ATOM Feed
From b8efd273e4e9240c94371be1cc5380c5f08a9adf Mon Sep 17 00:00:00 2001 From: rottenwheel <92872541+rottenwheel@users.noreply.github.com> Date: Sun, 26 Nov 2023 13:18:24 +0000 Subject: [PATCH 4/6] update: support hyperlink --- _includes/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/menu.html b/_includes/menu.html index 56a0d50..1d9e359 100644 --- a/_includes/menu.html +++ b/_includes/menu.html @@ -1,7 +1,7 @@