aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-27 21:24:05 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-07-27 21:24:05 -0400
commita6a234c75bf394fd3fcfc2c85a30c5f08fa9f744 (patch)
treeee5bb3236f9b5651054cd9e715f1eae6b5844760 /docs
parent37a18f37aeb44152f3a2f79a6304c99d995153c8 (diff)
Fix svg styles for text in group with class
Diffstat (limited to 'docs')
-rw-r--r--docs/style.css24
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/style.css b/docs/style.css
index cac561d9..51301a8b 100644
--- a/docs/style.css
+++ b/docs/style.css
@@ -218,17 +218,17 @@ a:visited { color: #3d155f; }
svg tspan {
fill: currentColor;
}
-.purple { fill:#d6afe0; stroke:#3d1b46; } text.purple { fill:#3b1346; stroke:none; }
-.lilac { fill:none; stroke:#736480; } text.lilac { fill:#3b373e; stroke:none; }
-.bluegreen { fill:#55cbcb; stroke:#1c4e4e; } text.bluegreen { fill:#113939; stroke:none; }
-.yellow { fill:#e2d17f; stroke:#a28237; } text.yellow { fill:#7a5a0e; stroke:none; }
-.red { fill:#ce8379; stroke:#861d17; } text.red { fill:#510d09; stroke:none; }
-.green { fill:#6fb360; stroke:#1b6720; } text.green { fill:#14401a; stroke:none; }
+.purple { fill:#d6afe0; stroke:#3d1b46; } text.purple ,.purple text { fill:#3b1346; stroke:none; }
+.lilac { fill:none; stroke:#736480; } text.lilac ,.lilac text { fill:#3b373e; stroke:none; }
+.bluegreen { fill:#55cbcb; stroke:#1c4e4e; } text.bluegreen,.bluegreen text { fill:#113939; stroke:none; }
+.yellow { fill:#e2d17f; stroke:#a28237; } text.yellow ,.yellow text { fill:#7a5a0e; stroke:none; }
+.red { fill:#ce8379; stroke:#861d17; } text.red ,.red text { fill:#510d09; stroke:none; }
+.green { fill:#6fb360; stroke:#1b6720; } text.green ,.green text { fill:#14401a; stroke:none; }
@media (prefers-color-scheme: dark) {
-.purple { fill:#241922; stroke:#612d86; } text.purple { fill:#6e2ca0; stroke:none; }
-.lilac { fill:none; stroke:#5a4d6a; } text.lilac { fill:#8a8285; stroke:none; }
-.bluegreen { fill:#0e2525; stroke:#297f7f; } text.bluegreen { fill:#578d8d; stroke:none; }
-.yellow { fill:#5b4b25; stroke:#a27e2a; } text.yellow { fill:#9d7925; stroke:none; }
-.red { fill:#532923; stroke:#ae251e; } text.red { fill:#a6221a; stroke:none; }
-.green { fill:#25431e; stroke:#298221; } text.green { fill:#298221; stroke:none; }
+.purple { fill:#241922; stroke:#612d86; } text.purple ,.purple text { fill:#6e2ca0; stroke:none; }
+.lilac { fill:none; stroke:#5a4d6a; } text.lilac ,.lilac text { fill:#8a8285; stroke:none; }
+.bluegreen { fill:#0e2525; stroke:#297f7f; } text.bluegreen,.bluegreen text { fill:#578d8d; stroke:none; }
+.yellow { fill:#5b4b25; stroke:#a27e2a; } text.yellow ,.yellow text { fill:#9d7925; stroke:none; }
+.red { fill:#532923; stroke:#ae251e; } text.red ,.red text { fill:#a6221a; stroke:none; }
+.green { fill:#25431e; stroke:#298221; } text.green ,.green text { fill:#298221; stroke:none; }
}