Skip to content

Commit 5a27fe4

Browse files
changes alt text color to black when both monochrome and dark mode are enabled
1 parent b16ec79 commit 5a27fe4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

styles/global.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,10 @@ input[type="search"]::-webkit-search-results-decoration {
508508
display: -webkit-box; // Needs webkit box to support line-clamp
509509
}
510510

511+
.dark-theme.monochrome-theme .renderable-alt{
512+
color: var(--type-black);
513+
}
514+
511515
.skip-to-main {
512516
position: absolute;
513517
left: -1000px;

0 commit comments

Comments
 (0)