Skip to content

Commit

Permalink
Make anki error footer notification text red and bold
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Feb 8, 2025
1 parent d9fd8b5 commit 2958114
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 2958114

Please sign in to comment.