banners: Add utility class for uniform bold.

This commit is contained in:
Karl Stolley
2025-07-09 13:18:20 -05:00
committed by Tim Abbott
parent ddc634682c
commit ec46b117bb
4 changed files with 16 additions and 7 deletions

View File

@@ -59,6 +59,10 @@ kbd {
font-weight: 300;
}
.highlighted-element {
font-weight: 600;
}
.inline-block {
display: inline-block;
}