We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992ebd7 commit c59f4ffCopy full SHA for c59f4ff
schemascii_example.css
@@ -1,6 +1,5 @@
1
svg.schemascii {
2
background: black;
3
-
4
}
5
6
svg.schemascii .wire line {
@@ -45,5 +44,17 @@ svg.schemascii .component:hover text {
45
44
46
47
svg.schemascii .component tspan:is(.cmp-value, .part-num) {
48
- fill: gray;
49
-}
+ opacity: 50%;
+}
+
50
+@media all and (prefers-color-scheme: light) {
51
+ svg.schemascii {
52
+ background: white;
53
+ }
54
+ svg.schemascii .component text {
55
+ fill: black;
56
57
+ svg.schemascii :is(.wire, .component):hover {
58
+ --sch-color: green;
59
60
0 commit comments