Skip to content

Commit

Permalink
Set the font weight using a variable (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored Jun 13, 2024
1 parent 7d7f741 commit da6230a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/arclight/modules/mastheads.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
.al-masthead {
--al-mastead-active-link-color: var(--bs-gray-700);
--al-masthead-title-size: #{$h2-font-size};
--bs-nav-link-font-weight: 700;

.h1 {
display: block;
Expand All @@ -38,7 +39,6 @@

.navbar-nav {
flex-direction: row;
font-weight: 700;

.active a {
color: var(--al-mastead-active-link-color);
Expand Down

0 comments on commit da6230a

Please sign in to comment.