aboutsummaryrefslogtreecommitdiff
path: root/src/site/assets/styles/style.scss
diff options
context:
space:
mode:
authorPitu <[email protected]>2020-04-13 01:16:54 +0900
committerPitu <[email protected]>2020-04-13 01:16:54 +0900
commit759832cd78219951635f75f073ad9dfa958693d6 (patch)
tree0c999352fa3a60fb30e64c6428ff21c088c7649b /src/site/assets/styles/style.scss
parentchore: remove filepond (diff)
downloadhost.fuwn.me-759832cd78219951635f75f073ad9dfa958693d6.tar.xz
host.fuwn.me-759832cd78219951635f75f073ad9dfa958693d6.zip
chore: revamp colors
Diffstat (limited to 'src/site/assets/styles/style.scss')
-rw-r--r--src/site/assets/styles/style.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/site/assets/styles/style.scss b/src/site/assets/styles/style.scss
index c9bf290..d595a10 100644
--- a/src/site/assets/styles/style.scss
+++ b/src/site/assets/styles/style.scss
@@ -14,7 +14,16 @@ $size-normal: 1rem;
html {
// font-size: 100%;
font-size: 14px;
- background-color: $backgroundLight1;
+ background-color: $base-1;
+}
+
+body,
+h2.subtitle,
+label.label {
+ color: $defaultTextColor;
+}
+label.label {
+ font-weight: 300;
}
h4 {