1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-15 06:20:32 +02:00
comprehensive-rust/theme/css/frontmatter.css
Hatim Nalawala cc0a78ed9a
Move CSS files into theme/ folder (#1229)
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
2023-09-21 11:00:27 +02:00

8 lines
120 B
CSS

pre.frontmatter {
float: right;
font-size: 80%;
width: 40%;
background: var(--sidebar-bg);
padding: 0.25em;
}