mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
69a70b0b51
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
45 lines
697 B
CSS
45 lines
697 B
CSS
:root {
|
|
color-scheme: dark !important;
|
|
}
|
|
|
|
*,
|
|
*::before,
|
|
*::after {
|
|
background-color: #262220 !important;
|
|
color: #f9f6e8 !important;
|
|
font-family: Hack, hack, monospace, sans, opensans, sans-serif !important;
|
|
scrollbar-width: none;
|
|
-ms-overflow-style: none;
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
body {
|
|
margin: auto !important;
|
|
padding: 2rem !important;
|
|
max-width: 1200px !important;
|
|
}
|
|
|
|
h1 {
|
|
text-align: center !important;
|
|
margin: 1em !important;
|
|
}
|
|
|
|
li {
|
|
margin: 0.5em !important;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none !important;
|
|
text-shadow: 0px 0px 6px white !important;
|
|
}
|
|
|
|
.info-bar {
|
|
text-align: center;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2em;
|
|
}
|