From 0aae59ee8b281cc08d6e2d2939e14c2e6ec68a83 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 26 Dec 2024 21:22:19 +0100 Subject: [PATCH] design: accent color for notif --- src/styles/app.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/app.css b/src/styles/app.css index 0bb24d0..2c4e78b 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -61,7 +61,8 @@ a { } .notif-success { - background-color: var(--link); + background-color: oklch(var(--a)); + color: oklch(var(--ac)); } .repo-note {