From c1b3ecee965435ceb0558767fd0c2ef7e1a4800c Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 14 Jan 2023 13:13:23 +0100 Subject: [PATCH] UI: Make page load more eye-friendly --- css/dark.css | 1 - css/main.css | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) 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;