Skip to content

Commit

Permalink
Update alert-danger styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jun 12, 2024
1 parent 619706b commit 065a44f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions wwwroot/templates/custom/public/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
--bs-border-radius: 0.2rem;
--alert-info-color: #386ec0;
--alert-warn-color: #ed7741;
--alert-danger-color: #be3961;
}

[data-bs-theme=dark] {
Expand Down Expand Up @@ -158,4 +159,12 @@ code {
h5 {
color: var(--alert-warn-color);
}
}

.alert-danger {
border-color: var(--alert-danger-color);

h5 {
color: var(--alert-danger-color);
}
}

0 comments on commit 065a44f

Please sign in to comment.