You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-12-01 01:15:55 +02:00
8 lines
120 B
CSS
8 lines
120 B
CSS
|
|
pre.frontmatter {
|
||
|
|
float: right;
|
||
|
|
font-size: 80%;
|
||
|
|
width: 40%;
|
||
|
|
background: var(--sidebar-bg);
|
||
|
|
padding: 0.25em;
|
||
|
|
}
|