Add .bold class.

This commit is contained in:
voussoir 2020-09-05 17:47:29 -07:00
parent a8fa621f01
commit 53da81a283

View file

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