StarfallBot/web/static/scss/starfall/main.scss

23 lines
411 B
SCSS

@use "sass:map";
@import '../bootstrap/functions';
@import '../bootstrap/variables';
@import 'bootstrap-overrides';
@import 'fonts';
@import 'headings';
@import 'site-backgrounds';
@import 'site-margins';
body {
@include headings;
@include site-backgrounds;
@include site-margins;
.navbar-brand img {
max-width: 36px;
height: auto;
transform: rotate(340deg);
}
}