mirror of
https://github.com/GuerillaStudio/souvenir.git
synced 2024-11-08 09:11:52 +00:00
style(buttons): Remove bold text
This commit is contained in:
parent
1d1ffe601e
commit
0b251c679d
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -40,6 +40,7 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.download-btn svg {
|
||||
|
|
Loading…
Reference in a new issue