mirror of
https://github.com/ruisaraiva19/favycon.git
synced 2026-09-12 19:51:07 +05:00
12 lines
229 B
SCSS
12 lines
229 B
SCSS
@import '../../styles/variables.scss';
|
|
|
|
.root {
|
|
overflow: auto;
|
|
|
|
code {
|
|
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
font-size: $font-size-small-body;
|
|
line-height: $line-height-small-body;
|
|
}
|
|
}
|