dotfiles/status.cafe/2023-06.scss

57 lines
979 B
SCSS
Raw Normal View History

2023-06-27 00:52:06 +00:00
$padding: 1.3rem;
$text: #005188;
html, * {
font-family: sans-serif;
}
html {
background-image: url("https://files.hyperboreal.zone/ngoomie/junkarchive/pictures/grsites/blgr/blgr089.jpg");
background-repeat: repeat;
background-attachment: fixed;
background-position: center;
}
body {
background-color: rgba(0, 0, 0, 0.0);
color: $text;
}
h1, h2, h3, h4, h5, dt, header a {
font-family: serif;
font-weight: bold;
text-transform: lowercase;
}
section:first-of-type p:first-of-type {
text-transform: lowercase;
}
a {
color: white;
text-decoration: none;
text-shadow: 0px 1px 4px #005188, 0px 1px 4px #005188;
}
header {
padding-bottom: 1.8rem;
a {
color: $text;
text-shadow: none;
};
}
header nav, div.cols section {
background-color: rgba(255, 255, 255, 0.4);
backdrop-filter: blur(10px);
border: 0.3rem solid white;
border-radius: 0.8rem;
}
header nav {
padding: $padding;
}
div.cols section {
padding: 0 $padding;
}