diff options
author | 2021-09-11 12:00:18 +0200 | |
---|---|---|
committer | 2021-09-11 12:00:18 +0200 | |
commit | d79f4c0bf3dae76eaae0d36469f5b279272d6944 (patch) | |
tree | b23ceb9507d97208a41db86af600da506f69549b /styles/main | |
parent | a863c77ea12a4c7060b9c496e5df81bbdcca2374 (diff) | |
download | my_apps-d79f4c0bf3dae76eaae0d36469f5b279272d6944.tar.gz my_apps-d79f4c0bf3dae76eaae0d36469f5b279272d6944.tar.bz2 my_apps-d79f4c0bf3dae76eaae0d36469f5b279272d6944.zip |
splash page adjustments
Diffstat (limited to 'styles/main')
-rw-r--r-- | styles/main/_fixed.scss | 7 | ||||
-rw-r--r-- | styles/main/_splash.scss | 4 |
2 files changed, 2 insertions, 9 deletions
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; } } |