pub.solar/_includes/styles/style.scss
Benjamin Yule Bädorf a2ecf8cb65
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
fonts: use local fonts if available
2024-04-14 16:34:56 +02:00

63 lines
1 KiB
SCSS

* {
box-sizing: border-box;
scroll-margin-top: 4rem;
@media screen and (min-width: 1200px) {
scroll-margin-top: 6rem;
}
}
html {
--accent: #ed1c24;
--foreground: #000;
--background: #fff;
--background-alt: #f5f5f5;
font-family: 'Open Sans', Arial, sans-serif;
font-weight: 400;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-optical-sizing: auto;
font-variation-settings: "wdth" 100;
background: var(--background);
color: var(--foreground);
box-sizing: border-box;
width: 100vw;
height: 100vh;
margin: 0;
}
h1 {
font-size: 2.25rem;
font-weight: 800;
}
h2 {
font-size: 1.5rem;
font-weight: 600;
}
h3 {
font-size: 1.25rem;
font-weight: 600;
}
h4 {
font-size: 1rem;
font-weight: 600;
}
@import './main';
@import './page';
@import './logo';
@import './background';
@import './footer';
@import './homelink';
@import './copy-code-button.scss';
@import './hakken-dates.scss';
@import './service.scss';