mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-15 14:27:50 +02:00
cc0a78ed9a
Hi all, This PR fixes https://github.com/google/comprehensive-rust/issues/1226: * Moved CSS files to `theme/css` * Moved speaker-notes.js to `theme/` * Updated paths in book.toml
5 lines
76 B
CSS
5 lines
76 B
CSS
/* Ensure text is legible in all themes. */
|
|
svg text {
|
|
fill: var(--fg);
|
|
}
|