Skip to content

Commit b8a2621

Browse files
committed
Fix: (.scientific-domains ... img) Invert for dark-mode
1 parent bbf3708 commit b8a2621

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
@@ -110,6 +110,10 @@ section.scientific-domains {
110110
width: 50px;
111111
height: 50px;
112112
margin-bottom: 0.5em;
113+
114+
html[data-theme=dark] & {
115+
filter: invert(1) grayscale(1) !important;
116+
}
113117
}
114118
& ul {
115119
align-content: left;

0 commit comments

Comments
 (0)