Skip to content

Commit

Permalink
[BUGFIX] Fixed heading and styling issues with v13 dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
RinyVT committed Oct 15, 2024
1 parent 3286702 commit 9f509db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Overview/View.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</f:then>
<f:else>
<div class="yoast">
<h1><f:translate key="LLL:EXT:yoast_seo/Resources/Private/Language/BackendModuleOverview.xlf:mlang_tabs_tab" /> <span>- <f:translate key="{activeFilter.label}" /></span></h1>
<h1><span><f:translate key="LLL:EXT:yoast_seo/Resources/Private/Language/BackendModuleOverview.xlf:mlang_tabs_tab" /></span> - <f:translate key="{activeFilter.label}" /></h1>

<div class="yoast-overview-filters">
<f:for each="{filters}" as="filter">
Expand Down
6 changes: 2 additions & 4 deletions Resources/Public/CSS/yoast-seo-backend.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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; }
Expand All @@ -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;
Expand Down

0 comments on commit 9f509db

Please sign in to comment.