mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-12 20:37:32 +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;
|
||
|
}
|