From 8efb1cee00ec0e0dcd9677729d9136ca8d69073f Mon Sep 17 00:00:00 2001 From: MAZE Date: Fri, 29 Dec 2023 17:22:41 +0330 Subject: [PATCH] style: change button style --- src/components/buttons/play/play.module.css | 1 - src/components/sections/ready.astro | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/buttons/play/play.module.css b/src/components/buttons/play/play.module.css index 76ac57d..42fd0df 100644 --- a/src/components/buttons/play/play.module.css +++ b/src/components/buttons/play/play.module.css @@ -7,7 +7,6 @@ font-family: var(--font-heading); font-size: var(--font-base); line-height: 0; - color: #022c22; color: var(--color-neutral-200); cursor: pointer; background-color: var(--color-neutral-950); diff --git a/src/components/sections/ready.astro b/src/components/sections/ready.astro index cfd06b4..2759127 100644 --- a/src/components/sections/ready.astro +++ b/src/components/sections/ready.astro @@ -107,10 +107,8 @@ import { Container } from '@/components/container'; color: var(--color-neutral-200); text-decoration: none; cursor: pointer; - background-color: var(--color-neutral-700); + background-color: var(--color-neutral-950); border: none; - border-top: 2px solid var(--color-neutral-950); - border-bottom: 3px solid var(--color-neutral-600); border-radius: 100px; outline: none; }