Skip to content

Commit fcfd594

Browse files
authored
Merge pull request #494 from AaratiAkkapeddi/alt-text-in-dark-and-monochrome-mode
changes alt text color to black when both monochrome + dark mode enabled
2 parents b16ec79 + 5a27fe4 commit fcfd594

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)