Bold buttons

This commit is contained in:
Nils Maier 2019-09-04 14:56:37 +02:00
parent be18f667d9
commit 8d3dda1cec
2 changed files with 8 additions and 0 deletions

View File

@ -232,3 +232,7 @@ body > * {
#maskButton {
justify-self: flex-start;
}
#btnDownload {
font-weight: bold;
}

View File

@ -81,3 +81,7 @@ h3 {
font-weight: normal;
font-style: italic;
}
#btnDownload {
font-weight: bold;
}