[UI] Added generic .text-danger class.

This commit is contained in:
Fabio Manganiello 2024-07-21 17:12:07 +02:00
parent fdd42b8a22
commit c1b1bd6c50
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -72,6 +72,10 @@ a {
cursor: pointer;
}
.text-danger {
color: $error-fg;
}
body {
scrollbar-width: thin;
scrollbar-color: $scrollbar-thumb-bg $scrollbar-track-bg;