diff --git a/css/dark.css b/css/dark.css index 5112739..9f3764d 100644 --- a/css/dark.css +++ b/css/dark.css @@ -1,5 +1,4 @@ body { - background: #111; color: #EEE; } a { diff --git a/css/main.css b/css/main.css index ab87c78..be33091 100644 --- a/css/main.css +++ b/css/main.css @@ -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;