Skip to content

Commit

Permalink
HHH-18105 added missing semicolon in CSS file
Browse files Browse the repository at this point in the history
  • Loading branch information
dk2k authored and beikov committed May 13, 2024
1 parent eb5a1ec commit 7321ca4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ font-weight: bold !important;
font-size:1.125em !important;
text-decoration: none !important;
color:#4a5d75 !important;
font-family: 'Noto Serif', 'Lucida Grande', Geneva, Verdana, Arial, sans-serif !important
font-family: 'Noto Serif', 'Lucida Grande', Geneva, Verdana, Arial, sans-serif !important;
margin-top: 1em !important;
margin-bottom: 0.8em !important;
}h4,h5,h6{
Expand Down

0 comments on commit 7321ca4

Please sign in to comment.