40bce2aec3
I figured that this is going to be the main source of truth unlike an OpenAPI Specification, and as such is the only one that we should be following.
13 lines
No EOL
297 B
SCSS
13 lines
No EOL
297 B
SCSS
$baseline: 1.5rem;
|
|
|
|
$background:#f9f9f9;
|
|
$color:#222;
|
|
|
|
$links: #00f;
|
|
$hover-links:#c00;
|
|
$visited-links:#009;
|
|
|
|
$font-size: 1.125rem;
|
|
$font-family: Segoe UI,system-ui,-apple-system,sans-serif;
|
|
$line-height: 1.75;
|
|
$code_font: 400 1.125rem/1.75 SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; |