aboutsummaryrefslogtreecommitdiff
path: root/src/site/assets/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/site/assets/styles')
-rw-r--r--src/site/assets/styles/style.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/site/assets/styles/style.scss b/src/site/assets/styles/style.scss
index b85602b..f73fb96 100644
--- a/src/site/assets/styles/style.scss
+++ b/src/site/assets/styles/style.scss
@@ -14,7 +14,7 @@ $size-normal: 1rem;
html {
// font-size: 100%;
font-size: 14px;
- background-color: $background;
+ background-color: $backgroundLight1;
}
h4 {
@@ -42,6 +42,11 @@ h4 {
.text-center {
text-align: center;
}
+
+hr {
+ background-color: #c7c7c7;
+ height: 1px;
+}
// Bulma color changes.
.tooltip.is-top.is-primary:before { border-top: 5px solid #20222b; }
.tooltip.is-primary:after { background: #20222b; }