Skip to content

Commit

Permalink
Update client/src/style/scss/custom_theme_variables.scss
Browse files Browse the repository at this point in the history
Co-authored-by: Laila Los <[email protected]>
  • Loading branch information
ksuderman and ElectronicBlueberry authored Feb 12, 2025
1 parent 147a62f commit 36599e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/style/scss/custom_theme_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
html,
.reset-theme-variables {
--masthead-height: #{$masthead-height};
--masthead-logo-height: #{$masthead-logo-height};
--masthead-logo-height: calc(var(--masthead-height) * 0.6);
--masthead-color: #{$masthead-color};
--masthead-text-color: #{$masthead-text-color};
--masthead-text-hover: #{$masthead-text-hover};
Expand Down

0 comments on commit 36599e0

Please sign in to comment.