Add .bold class.
This commit is contained in:
parent
37df5a6443
commit
d140a580c3
1 changed files with 5 additions and 0 deletions
|
@ -66,6 +66,11 @@ pre
|
|||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.bold
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#header
|
||||
{
|
||||
grid-area: header;
|
||||
|
|
Loading…
Reference in a new issue