Add .bold class.

This commit is contained in:
voussoir 2020-09-05 17:47:53 -07:00
parent 37df5a6443
commit d140a580c3

View file

@ -66,6 +66,11 @@ pre
white-space: pre-line; white-space: pre-line;
} }
.bold
{
font-weight: bold;
}
#header #header
{ {
grid-area: header; grid-area: header;