summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorMaximilian Möhring2022-01-07 17:27:17 +0100
committerMaximilian Möhring2022-01-07 17:27:17 +0100
commit94b171a3221b8cdfef2eb671b2b3f324765b0967 (patch)
treef7abec7dcb6b46e1cbd965a86569ed9a924da609 /sass
parentbf1722820105aac179beaecf5fc4098e2c954e51 (diff)
downloadfuselkoenig_de-94b171a3221b8cdfef2eb671b2b3f324765b0967.tar.gz
Fix vertical rhythm.
Diffstat (limited to 'sass')
-rw-r--r--sass/theme/_theme.scss7
1 files changed, 4 insertions, 3 deletions
diff --git a/sass/theme/_theme.scss b/sass/theme/_theme.scss
index 129ef15..2ce2777 100644
--- a/sass/theme/_theme.scss
+++ b/sass/theme/_theme.scss
@@ -351,7 +351,7 @@ span.rpwwt-post-title:hover{
}
.navbar-nav .active a:not(.dropdown-item)::before{
border-bottom: 5px solid theme-color(primary);
- bottom: -10px;
+ bottom: -18px;
content: " ";
left: 0;
position: absolute;
@@ -375,11 +375,12 @@ span.rpwwt-post-title:hover{
@extend .alert;
@extend .alert-primary;
background-color: #f07206;
- color: white;
+ //color: scale-color(#f07206, $lightness: +95%);
+ color: rgba(255,255,255,0.95);
box-shadow: rgba(0, 0, 0, 0.14) 0px 0px 4px 0px, rgba(0, 0, 0, 0.12) 0px 3px 4px 0px, rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
//background-image: url(../img/sale.png);
- background-image: url(../img/sale-opac.png);
+ background-image: url(../img/sale-opac30.png);
background-position: right;
background-repeat: no-repeat;
text-decoration: none !important;