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 {
|
||||
background: #111;
|
||||
color: #EEE;
|
||||
}
|
||||
a {
|
||||
|
@ -6,7 +6,7 @@
|
||||
}
|
||||
|
||||
body {
|
||||
background: #EEE;
|
||||
background: #000;
|
||||
color: #222;
|
||||
margin: 0;
|
||||
font-family: Quicksand;
|
||||
@ -24,6 +24,9 @@ a {
|
||||
body.init * {
|
||||
transition: none !important;
|
||||
}
|
||||
body.init .page {
|
||||
transition: opacity .3s, top .3s !important;
|
||||
}
|
||||
.icon {
|
||||
font-family: 'Material Symbols Rounded';
|
||||
font-weight: normal;
|
||||
|
Loading…
x
Reference in New Issue
Block a user