You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/assets/stylesheets/_shared.scss

8 lines
174 B
SCSS

$main-color: #37A;
$main-color: #D95525;
$main-color-light: lighten($main-color, 25);
@mixin font {
font-family: Overpass, "Lucida Grande", Tahoma, Verdana, sans-serif;
}