2023-01-16 16:38:43 +00:00
|
|
|
@import 'node_modules/@steffo/bluelib/dist/base.root.css';
|
|
|
|
@import 'node_modules/@steffo/bluelib/dist/colors-royalblue.root.css';
|
|
|
|
@import 'node_modules/@steffo/bluelib/dist/fonts-fira-ghpages.root.css';
|
|
|
|
@import 'node_modules/@steffo/bluelib/dist/classic.root.css';
|
|
|
|
@import 'node_modules/@steffo/bluelib/dist/glass.root.css';
|
|
|
|
@import 'node_modules/@steffo/bluelib/dist/fun.root.css';
|
2023-01-16 16:33:50 +00:00
|
|
|
@import 'node_modules/@fortawesome/fontawesome-svg-core/styles.css';
|
|
|
|
|
2023-02-28 12:29:34 +00:00
|
|
|
body {
|
|
|
|
background-image: url("/space_default.jpg");
|
|
|
|
background-attachment: fixed;
|
|
|
|
background-size: cover;
|
|
|
|
}
|
|
|
|
|
2023-02-28 12:18:25 +00:00
|
|
|
#__next {
|
|
|
|
min-height: 100vh;
|
|
|
|
padding: 0 8px;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#__next footer {
|
2022-10-16 23:58:17 +00:00
|
|
|
text-shadow: 2px 2px 4px hsl(var(--bhsl-background-hue) var(--bhsl-background-saturation) var(--bhsl-background-lightness));
|
2021-08-28 19:18:43 +00:00
|
|
|
}
|
2021-08-29 18:42:35 +00:00
|
|
|
|
2023-02-28 12:18:25 +00:00
|
|
|
#__next section {
|
|
|
|
flex-basis: 500px;
|
|
|
|
flex-grow: 0;
|
2022-10-16 02:33:33 +00:00
|
|
|
}
|
|
|
|
|
2023-02-28 12:18:25 +00:00
|
|
|
@media screen and (max-width: 516px) {
|
|
|
|
#__next section {
|
|
|
|
flex-basis: 100%;
|
|
|
|
}
|
2023-02-17 04:58:48 +00:00
|
|
|
}
|