From a1efe663edd864fce0e5a5d34c16119b553a2125 Mon Sep 17 00:00:00 2001 From: rottenstonks <92872541+rottenstonks@users.noreply.github.com> Date: Thu, 16 Jun 2022 17:19:40 -0500 Subject: [PATCH 1/2] update --- _posts/2022-06-16-issue-124.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2022-06-16-issue-124.md b/_posts/2022-06-16-issue-124.md index 8978e9f..636ac93 100644 --- a/_posts/2022-06-16-issue-124.md +++ b/_posts/2022-06-16-issue-124.md @@ -26,7 +26,7 @@ issuenumber: 124
-

XMR's breaks new daily ATH daily tx. count with 42,244 transactions confirmed Chart courtesy of moneroj.net.

+

XMR's breaks new daily ATH daily tx. count with 42,244 transactions confirmed. Chart courtesy of moneroj.net.

From 4cd40744b7034ac8d2a63df055f7c5a0d882cced Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Sun, 19 Jun 2022 12:11:24 +0200 Subject: [PATCH 2/2] periodicals: change divider color --- _sass/layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/layout.scss b/_sass/layout.scss index 98fede7..3776a9e 100644 --- a/_sass/layout.scss +++ b/_sass/layout.scss @@ -222,7 +222,7 @@ html, body { width: 5rem; height: 1px; margin: 23px auto; - background-color: lighten($text-color, 70%); + background-color: lighten($background-color, 70%) !important; } .by-line {