ari.lt/content/styles/generic/main.scss
Ari Archer 8dc1a5378e personal : makeover of index and 404, add pages api
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-04-06 01:55:01 +03:00

39 lines
561 B
SCSS

@import "../config/_main.scss";
:root {
color-scheme: dark;
}
*, *::before, *::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: $font_default;
color: $default_content_colour;
scroll-behavior: auto !important;
padding: 0;
margin: 0;
background-color: $bg_colour;
margin-bottom: 2em;
}
.iframe {
width: 50%;
min-width: 300px;
max-width: 1000px;
}
.upload * {
font-weight: bold;
}
.upload button {
padding: 0.3em;
}
.upload button[disabled] {
color: darkgray;
}