Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Baiborodine <igor@kiroule.com>2022-03-22 21:35:09 +0300
committerIgor Baiborodine <igor@kiroule.com>2022-03-22 21:35:09 +0300
commit13248d13d69f7bf7876a60d79be58c3531563a56 (patch)
treea39fd44b27bf397f6dd10afb30b9586cd1581a8e
parentff76fc8c2342eb3dbbf79a9eafef46b98754da41 (diff)
Misc updates in _main.scss
-rw-r--r--assets/sass/_main.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/sass/_main.scss b/assets/sass/_main.scss
index 5c999b4..ee7affc 100644
--- a/assets/sass/_main.scss
+++ b/assets/sass/_main.scss
@@ -10,7 +10,7 @@
bottom: 50px;
width: 2px;
height: 100%;
- background: rgba(0,0,0,0.05);
+ background: rgba(0, 0, 0, 0.05);
z-index: 1;
}
@@ -22,7 +22,7 @@
bottom: 32px;
height: 20px;
width: 20px;
- background: #DDD;
+ background: #ddd;
border-radius: 999px;
z-index: 10;
}