Skip to content

Commit a5cb5e4

Browse files
alphapapajarrodmillman
authored andcommitted
Fix: (.scientific-domains ... img) Invert for dark-mode
1 parent 82b481a commit a5cb5e4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/tabs.scss

+4
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ section.scientific-domains {
109109
width: 50px;
110110
height: 50px;
111111
margin-bottom: 0.5em;
112+
113+
html[data-theme=dark] & {
114+
filter: invert(1) grayscale(1) !important;
115+
}
112116
}
113117
& ul {
114118
align-content: left;

0 commit comments

Comments
 (0)