diff options
Diffstat (limited to 'sass/theme/_theme.scss')
| -rw-r--r-- | sass/theme/_theme.scss | 7 |
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; |
