mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-03-20 06:21:09 +02:00
Merge pull request #48 from nofurtherinformation/darkmode-svg-text-fix
Dark Mode SVG Text Fix
This commit is contained in:
commit
aab767ca74
@ -14,6 +14,7 @@ class = "bob"
|
||||
[output.html]
|
||||
curly-quotes = true
|
||||
additional-js = ["ga4.js"]
|
||||
additional-css = ["svgbob.css"]
|
||||
git-repository-url = "https://github.com/google/comprehensive-rust"
|
||||
edit-url-template = "https://github.com/google/comprehensive-rust/edit/main/{path}"
|
||||
|
||||
|
4
svgbob.css
Normal file
4
svgbob.css
Normal file
@ -0,0 +1,4 @@
|
||||
/* Ensure text is legible in all themes. */
|
||||
svg text {
|
||||
fill: var(--fg);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user