design: accent color for notif

This commit is contained in:
Julien Calixte
2024-12-26 21:22:19 +01:00
parent 420fc50f26
commit 0aae59ee8b

View File

@@ -61,7 +61,8 @@ a {
} }
.notif-success { .notif-success {
background-color: var(--link); background-color: oklch(var(--a));
color: oklch(var(--ac));
} }
.repo-note { .repo-note {