Skip to content

Commit

Permalink
style: darker text in alert in dark mode
Browse files Browse the repository at this point in the history
Fix #193
  • Loading branch information
BreadGenie committed Dec 7, 2023
1 parent 1444175 commit 39978ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wiki/public/scss/wiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ body.dark {
.navbar .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.alert-message {
color: var(--gray-800) !important;
}
}

.nav-tabs {
Expand Down

0 comments on commit 39978ad

Please sign in to comment.