12 lines
199 B
SCSS
12 lines
199 B
SCSS
@import "colors";
|
|
|
|
%new-type {
|
|
font-family: "Muli", system-ui, -apple-system, sans-serif;
|
|
color: $black;
|
|
}
|
|
|
|
ol {
|
|
line-height: 28px;
|
|
list-style-type: decimal;
|
|
list-style-position: inside;
|
|
}
|