mirror of
https://github.com/khairul169/honey.git
synced 2025-04-28 14:59:32 +07:00
UI: Make page load more eye-friendly
This commit is contained in:
parent
deca31442a
commit
c1b3ecee96
@ -1,5 +1,4 @@
|
|||||||
body {
|
body {
|
||||||
background: #111;
|
|
||||||
color: #EEE;
|
color: #EEE;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user