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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2021-03-20 13:39:36 +0300
committerVictoria Drake <hello@victoria.dev>2021-03-20 13:39:36 +0300
commitf56393304395e9f16536676e7d722647601bf919 (patch)
treef0d739d13dde7aad24206987db693880e56abe0a /assets
parent31f1499934bf8f34ec678c3d10f13a24c2b8d5c6 (diff)
CSS fixes for dark theme
Diffstat (limited to 'assets')
-rw-r--r--assets/sass/_base.sass2
-rw-r--r--assets/sass/_dark-style.sass6
2 files changed, 8 insertions, 0 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index 1ee2bff..575cce1 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -153,6 +153,8 @@ pre
.navbar-item
text-transform: uppercase
font-size: 0.875rem
+ &:hover
+ background-color: $navbar-background-color !important
.owl-nav
height: 50px
diff --git a/assets/sass/_dark-style.sass b/assets/sass/_dark-style.sass
index 79a8d63..7de9475 100644
--- a/assets/sass/_dark-style.sass
+++ b/assets/sass/_dark-style.sass
@@ -7,3 +7,9 @@
.markdown
strong
color: $body-color
+
+.modal-background
+ background-color: rgba(0,0,0,0.8)
+
+.modal-close
+ background-color: $primary