From b7c6df59ed6b93d505ce16c0aac3f0aa8793587f Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Wed, 6 Mar 2024 09:08:56 +0100 Subject: [PATCH] fix: minor style fix --- assets/sass/alert.scss | 4 ++-- assets/sass/button.scss | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/assets/sass/alert.scss b/assets/sass/alert.scss index 4b6b3af..aaeb268 100644 --- a/assets/sass/alert.scss +++ b/assets/sass/alert.scss @@ -1,7 +1,7 @@ .alert { border: 2px solid $accent; - background-color: darken($accent, 10%); - color: white; + // background-color: $accent-dark; + // color: white; border-radius: 3px; padding: 1rem 2rem; diff --git a/assets/sass/button.scss b/assets/sass/button.scss index b7eed63..1d5e4fc 100644 --- a/assets/sass/button.scss +++ b/assets/sass/button.scss @@ -24,6 +24,10 @@ } } +.button-border { + border: 1px solid $accent-dark; +} + .button.button-transparent { background-color: transparent;