From 29581146b334ba54eb80b97b2e09abee8c6741ac Mon Sep 17 00:00:00 2001 From: kuuuube Date: Sat, 8 Feb 2025 12:07:58 -0500 Subject: [PATCH] Make anki error footer notification text red and bold --- ext/css/display.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ext/css/display.css b/ext/css/display.css index c44c3f26be..bed9f361da 100644 --- a/ext/css/display.css +++ b/ext/css/display.css @@ -1945,6 +1945,12 @@ button.footer-notification-close-button { padding-left: 1.5em; list-style: disc; } +.anki-note-error-info { + color: var(--danger-color); +} +.anki-note-error-header { + font-weight: bold; +} /* Conditional styles */