diff --git a/src/lib/components/Button.svelte b/src/lib/components/Button.svelte index 83af3f5..922fc2e 100644 --- a/src/lib/components/Button.svelte +++ b/src/lib/components/Button.svelte @@ -38,7 +38,6 @@ cursor: pointer; text-decoration: none; text-align: center; - font-weight: bold; } .normal { background: linear-gradient(-83deg, rgb(1, 163, 117), #189f5e);