From dd322ec3b54e3c3a97fa6e3ce3cea972d32a3d47 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Thu, 6 Jun 2024 14:23:20 +0200 Subject: [PATCH] Update main colors --- src/components/all.sass | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/all.sass b/src/components/all.sass index 6c26665..0f87f62 100644 --- a/src/components/all.sass +++ b/src/components/all.sass @@ -57,14 +57,14 @@ $black: #2b2523 font-size: 18px; font-size: 1rem; line-height: 1.25; - background-color: #528c9c; + background-color: #6194ff; border-radius: .25rem; text-decoration: none; font-weight: 700; - color: #f9a93e; // #CC3700 + color: #111111; // #CC3700 text-align: center; - -webkit-box-shadow: inset 0 0 0 2px #f9a93e; - box-shadow: inset 0 0 0 2px #f9a93e; + -webkit-box-shadow: inset 0 0 0 2px #111111; + box-shadow: inset 0 0 0 2px #111111; -webkit-transition: all .15s ease; transition: all .15s ease;