From d79f4c0bf3dae76eaae0d36469f5b279272d6944 Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sat, 11 Sep 2021 12:00:18 +0200 Subject: splash page adjustments --- styles/main/_fixed.scss | 7 ------- styles/main/_splash.scss | 4 ++-- 2 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 styles/main/_fixed.scss (limited to 'styles/main') diff --git a/styles/main/_fixed.scss b/styles/main/_fixed.scss deleted file mode 100644 index 16cfbd8..0000000 --- a/styles/main/_fixed.scss +++ /dev/null @@ -1,7 +0,0 @@ -.fixed { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; -} diff --git a/styles/main/_splash.scss b/styles/main/_splash.scss index 3db973f..64ccdf1 100644 --- a/styles/main/_splash.scss +++ b/styles/main/_splash.scss @@ -17,12 +17,12 @@ svg { font-size: 600%; - color: #ccc; + color: #555; } p { padding-top: 1em; - color: #ccc; + color: #555; font-weight: 600; } } -- cgit v1.2.3