mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Sat 12 Mar 22:48:33 EET 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
ab68a5eac4
commit
5414e805aa
1 changed files with 34 additions and 12 deletions
|
@ -1,15 +1,17 @@
|
|||
:root {
|
||||
color-scheme: dark !important;
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
background-color: #262220 !important;
|
||||
color: #f9f6e8 !important;
|
||||
font-family: Hack, hack, monospace, sans, opensans, sans-serif !important;
|
||||
background-color: #262220;
|
||||
color: #f9f6e8;
|
||||
font-family: Hack, hack, monospace, sans, opensans, sans-serif;
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
box-sizing: border-box;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
|
@ -17,23 +19,26 @@
|
|||
}
|
||||
|
||||
body {
|
||||
margin: auto !important;
|
||||
padding: 2rem !important;
|
||||
max-width: 1200px !important;
|
||||
margin: auto;
|
||||
padding: 2rem;
|
||||
max-width: 1200px;
|
||||
min-height: 100vh;
|
||||
text-rendering: optimizeSpeed;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center !important;
|
||||
margin: 1em !important;
|
||||
text-align: center;
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
li {
|
||||
margin: 0.5em !important;
|
||||
margin: 0.5em;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none !important;
|
||||
text-shadow: 0px 0px 6px white !important;
|
||||
text-decoration: none;
|
||||
text-shadow: 0px 0px 6px white;
|
||||
}
|
||||
|
||||
.info-bar {
|
||||
|
@ -43,3 +48,20 @@ a {
|
|||
h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
animation-duration: 0.01ms !important;
|
||||
animation-iteration-count: 1 !important;
|
||||
transition-duration: 0.01ms !important;
|
||||
scroll-behavior: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 800px) {
|
||||
body {
|
||||
padding: 1em !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue