style(buttons): Remove bold text

This commit is contained in:
Tixie 2019-05-01 04:37:09 +02:00
parent 1d1ffe601e
commit 0b251c679d
2 changed files with 1 additions and 1 deletions

View file

@ -28,7 +28,6 @@
vertical-align: middle;
text-align: center;
text-decoration: none !important;
font-weight: bold;
line-height: normal;
cursor: pointer;
transition: background .4s;

View file

@ -40,6 +40,7 @@
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
}
.download-btn svg {