fix: remove buttons default bg color

This commit is contained in:
madkarmaa
2025-11-12 10:41:31 +01:00
parent 2b8f2e3cf2
commit 1f5122cc49
2 changed files with 1 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
padding: 0;
border: none;
outline: none;
background: none;
font-family: "Manrope", sans-serif;
font-optical-sizing: auto;
}

View File

@@ -70,7 +70,6 @@
font-weight: 500;
padding: 0.5rem 1rem;
transition: background-color 0.2s;
background-color: transparent;
&:hover {
background-color: #e0e0e0;