Move style.scss to proper location

This commit is contained in:
ItsDrike 2021-08-25 10:52:15 +02:00
parent cb6d68ca93
commit bf2b352d82
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -0,0 +1,9 @@
$primary: #E85537;
$body-bg: #17181C;
$footer-height: 110px;
$font-size-base: 1.2rem;
$headings-margin-bottom: 1.5rem;
$paragraph-margin-bottom: $headings-margin-bottom * 0.85;
@import "node_modules/bootstrap/scss/bootstrap";