UI: Make page load more eye-friendly

This commit is contained in:
Daniel 2023-01-14 13:13:23 +01:00
parent deca31442a
commit c1b3ecee96
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,4 @@
body { body {
background: #111;
color: #EEE; color: #EEE;
} }
a { a {

View File

@ -6,7 +6,7 @@
} }
body { body {
background: #EEE; background: #000;
color: #222; color: #222;
margin: 0; margin: 0;
font-family: Quicksand; font-family: Quicksand;
@ -24,6 +24,9 @@ a {
body.init * { body.init * {
transition: none !important; transition: none !important;
} }
body.init .page {
transition: opacity .3s, top .3s !important;
}
.icon { .icon {
font-family: 'Material Symbols Rounded'; font-family: 'Material Symbols Rounded';
font-weight: normal; font-weight: normal;