aboutsummaryrefslogtreecommitdiffstats
path: root/styles/main
diff options
context:
space:
mode:
Diffstat (limited to 'styles/main')
-rw-r--r--styles/main/_fixed.scss7
-rw-r--r--styles/main/_splash.scss4
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;
}
}