Skip to content

Commit

Permalink
Make anki error footer notification text red and bold (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube authored Feb 9, 2025
1 parent f3fdb69 commit 84fe55a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ext/css/display.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 84fe55a

Please sign in to comment.