Skip to content

Commit

Permalink
Fixed header error again
Browse files Browse the repository at this point in the history
  • Loading branch information
Corgan committed Sep 22, 2024
1 parent 392aa76 commit afeba2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/bootstrap/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ $navbar-dark-color: $white !default;
$navbar-dark-hover-color: rgba($white, .75) !default;
$navbar-dark-active-color: rgba($white, 9) !default;
$navbar-dark-disabled-color: rgba($white, .25) !default;
$navbar-dark-toggler-icon-bg: str-replace(url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{$navbar-dark-toggler-border-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"), "#", "%23") !default;
$navbar-dark-toggler-icon-bg: str-replace(url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='#{rgba($navbar-dark-color, .7)}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"), "#", "%23") !default;
$navbar-dark-toggler-border-color: rgba($white, .7) !default;

$navbar-light-color: rgba($black, .5) !default;
Expand Down

0 comments on commit afeba2f

Please sign in to comment.