File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -158,10 +158,18 @@ spec: compositing-1; urlPrefix: https://www.w3.org/TR/compositing-1/
158
158
border-radius: .5em;
159
159
padding: .5em;
160
160
margin: .5em calc(-0.5em - 1px);
161
- background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='290'><text transform='rotate(-45)' text-anchor='middle' font-family='sans-serif' font-weight='bold' font-size='70' y='210' opacity='.1'> Unstable</text></svg> ");
161
+ background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='290'><text transform='rotate(-45)' text-anchor='middle' font-family='sans-serif' font-weight='bold' font-size='70' y='210' opacity='.1' fill='white' > Unstable</text></svg> ");
162
162
background-repeat: repeat;
163
163
background-color: #282828;
164
164
}
165
+
166
+ @media (prefers-color-scheme: light) {
167
+ .unstable {
168
+ background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='300' height='290'><text transform='rotate(-45)' text-anchor='middle' font-family='sans-serif' font-weight='bold' font-size='70' y='210' opacity='.1'> Unstable</text></svg> ");
169
+ background-color: #FFF4F4;
170
+ }
171
+ }
172
+
165
173
.unstable h3:first-of-type {
166
174
margin-top: 0.5rem;
167
175
}
You can’t perform that action at this time.
0 commit comments