From 5090903975ed8f32c4d5a31748476451a1483bcb Mon Sep 17 00:00:00 2001 From: A Date: Sat, 25 Apr 2026 23:12:30 +0100 Subject: [PATCH 1/2] Now uses the same variable for bold color and increased darkness for a11y --- public/css/custom.css | 6 +++--- public/css/post.css | 13 +++++++------ public/css/theme.overrides.css | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/public/css/custom.css b/public/css/custom.css index 39bc1574..98347d57 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -5,7 +5,7 @@ html { .rr-changelog-date, .rr-changelog h5 { font-size: 1.125rem; - color: #0085b6; + color: var(--color-bold); } /* Change log start */ @@ -36,7 +36,7 @@ html { bottom: 0; left: 28px; width: 3px; - background-color: #0085b6; + background-color: var(--color-bold); border-radius: 3px; margin-left: 5%; } @@ -85,7 +85,7 @@ html { right: 0; bottom: 0; left: 0; - background-color: #0085b6; + background-color: var(--color-bold); border-radius: 3px; -webkit-transform: skew(-2deg); -ms-transform: skew(-2deg); diff --git a/public/css/post.css b/public/css/post.css index 5b51e3e4..488fac6d 100644 --- a/public/css/post.css +++ b/public/css/post.css @@ -2,9 +2,9 @@ /* Don't use nesting as it doesn't work in older browsers (pre: 2023) e.g .post { a { color: blue } } */ :root { - --color-bold: #0085b6; /* bold/strong */ + --color-bold: #00577A; /* bold/strong */ /* --color-link: #00a3d9; */ - --color-link: #0085b6; /* current the same as bold */ + --color-link: #0085b6; --color-text: #333; --color-link-hover: #006a91; } @@ -341,7 +341,7 @@ table.dataTable { } .table > thead > tr > th { - color: #0085b6 + color: var(--color-bold); } /* #endregion Tables */ @@ -556,6 +556,7 @@ h5 + .emoji { display: block; border-radius: 6px; text-decoration: none; + padding: 5px 0px; } .post-directory-list li + li { @@ -572,11 +573,11 @@ h5 + .emoji { .post-directory a.jumper--child:hover, .post-directory a.jumper--child:focus { - color: #0085b6; + color: var(--color-bold); } .post-directory-list a:focus-visible { - outline: 2px solid #0085b6; + outline: 2px solid var(--color-bold); outline-offset: 2px; } @@ -588,7 +589,7 @@ h5 + .emoji { .jumper { font-weight: 500; - color: #0085b6; + color: var(--color-bold); margin-bottom:5px; margin-top:15px; } diff --git a/public/css/theme.overrides.css b/public/css/theme.overrides.css index c15b14f9..2c34753e 100644 --- a/public/css/theme.overrides.css +++ b/public/css/theme.overrides.css @@ -125,7 +125,7 @@ body { .post .post-header > div:last-child .post-title { font-size: 2em; margin-top: 0px; - color: #0085b6; + color: var(--color-bold); margin-left: 0; } From 111a9333cc27118b8cb2a3b0941fefefd08da096 Mon Sep 17 00:00:00 2001 From: A Date: Sat, 25 Apr 2026 23:30:56 +0100 Subject: [PATCH 2/2] Added Save state link for GameBoy page --- _includes/recommended-sidebar.html | 4 ++-- _includes/sources-sidebar.html | 4 ++-- _layouts/404.html | 2 +- categories/consoles/GameBoy.md | 5 +++++ pages/consoles/gameboy/Mrdo.md | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/_includes/recommended-sidebar.html b/_includes/recommended-sidebar.html index 42b3ee24..52d64398 100644 --- a/_includes/recommended-sidebar.html +++ b/_includes/recommended-sidebar.html @@ -3,9 +3,9 @@ {% if related_topics %}
{% if include.recommend_title %} -
{{ include.recommend_title }}
+ {{ include.recommend_title }} {% else %} -
Recommended Content
+ Recommended Content {% endif %}