aboutsummaryrefslogtreecommitdiff
path: root/src/site/assets
diff options
context:
space:
mode:
authorPitu <[email protected]>2019-10-12 15:47:25 +0900
committerPitu <[email protected]>2019-10-12 15:47:25 +0900
commit391ee68e4a67aec640e25bc3506f9e31c77e58f5 (patch)
tree79a73f30997dfe7bc2b355eb3421e13b81d49dd2 /src/site/assets
parentchore: remove exif strip support. (diff)
downloadhost.fuwn.me-391ee68e4a67aec640e25bc3506f9e31c77e58f5.tar.xz
host.fuwn.me-391ee68e4a67aec640e25bc3506f9e31c77e58f5.zip
chore: Upgrade buefy to newest version
Diffstat (limited to 'src/site/assets')
-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; }