We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7a3805 commit e4c36afCopy full SHA for e4c36af
1 file changed
docs/assets/css/dark-mode.css
@@ -45,6 +45,7 @@ body.dark-mode pre > code {
45
46
body.dark-mode .hintbox {
47
background-color: #2d2d1a;
48
+ background-image: none !important;
49
color: #f0f0f0;
50
border: 1px solid #5a5a3a;
51
}
@@ -148,11 +149,11 @@ body.dark-mode .newsplash a.nostarchlink:hover {
148
149
150
/* Handle image backgrounds in dark mode */
151
body.dark-mode img {
152
+ opacity: 0.9;
153
background-color: transparent;
- mix-blend-mode: multiply;
154
155
-/* For images that should keep their background */
156
-body.dark-mode img.no-blend {
157
- mix-blend-mode: normal;
+/* Keep images at full opacity when needed */
+body.dark-mode img.full-opacity {
158
+ opacity: 1;
159
0 commit comments