button font fix

This commit is contained in:
Bonnie 2021-05-29 21:17:38 -03:00
parent d80ef92cc7
commit 1dacf93795
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,6 @@
.button,
.link {
font-family: "Poppins", "sans-serif";
border-radius: calc(20rem / 16);
background-color: var(--blue-2);
color: white;

View File

@ -1,5 +1,4 @@
body,
button {
body {
font-family: "Poppins", "sans-serif";
font-size: 1rem;
margin: 0;