website/index.css
2022-07-01 13:28:34 +02:00

83 lines
1.1 KiB
CSS

@font-face {
font-family: "JetBrains Mono";
src: url("https://delta.twoexem.com/jetbrains.ttf") format("truetype");
}
@media only screen and (max-width: 1080px) {
body {
font-size: 2em;
}
main {
padding: 2em 1em 4em !important;
}
}
* {
font-family: "JetBrains Mono" !important;
}
body {
height: 100vh;
width: 100vw;
background-color: #222831;
position: relative;
color: #dfe2e7;
overflow: hidden;
}
::-webkit-scrollbar {
width: 0;
background: transparent;
}
html {
scrollbar-width: none;
}
a, a:link, a:visited {
color: inherit;
text-underline-offset: 2px;
}
a:focus, a:hover {
color: #f5ad44;
}
a:active {
color: #f6b556;
}
main {
padding: 2em 1em 0em;
height: 100%;
text-align: center;
}
main li {
margin-top: 1em;
}
main footer {
width: calc(100% - 4em);
bottom: 0.5em;
position: absolute;
padding: 4px;
color: #8893a5;
font-size: 0.8em;
}
hr {
color: #8893a5;
height: 1px;
background-color: #8893a5;
width: 80%;
}
h1 {
font-size: 2em;
margin-bottom: 0.5em;
}
h2 {
font-size: 1.25em;
margin-bottom: 0.5em;
}
/*# sourceMappingURL=index.css.map */