From 9f509db7cd16dafcf391ac666f60f8444a539726 Mon Sep 17 00:00:00 2001 From: Riny van Tiggelen Date: Tue, 15 Oct 2024 19:00:07 +0200 Subject: [PATCH] [BUGFIX] Fixed heading and styling issues with v13 dark mode --- Resources/Private/Partials/Overview/View.html | 2 +- Resources/Public/CSS/yoast-seo-backend.min.css | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Resources/Private/Partials/Overview/View.html b/Resources/Private/Partials/Overview/View.html index 4bd6fbf0..1dcda38f 100644 --- a/Resources/Private/Partials/Overview/View.html +++ b/Resources/Private/Partials/Overview/View.html @@ -13,7 +13,7 @@
-

-

+

-

diff --git a/Resources/Public/CSS/yoast-seo-backend.min.css b/Resources/Public/CSS/yoast-seo-backend.min.css index c2092241..115efc4e 100644 --- a/Resources/Public/CSS/yoast-seo-backend.min.css +++ b/Resources/Public/CSS/yoast-seo-backend.min.css @@ -79,10 +79,8 @@ li.score:after { width: 33px; min-height: 1px; } -.yoast h1 { +.yoast h1 span { color: #a4286a; } - .yoast h1 span { - color: #000; } .yoast-list--usp { padding: 0; @@ -258,7 +256,6 @@ li.score:after { .yoast { line-height: 1.6; - color: #000; letter-spacing: 0.01em; } .yoast .callout-body a { font-weight: bold; } @@ -280,6 +277,7 @@ li.score:after { position: relative; margin-bottom: 20px; } .yoast-seo-academy__item p { + color: #000; position: absolute; right: 0; bottom: 0;