Skip to content

Commit

Permalink
Fix alert button colours
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye committed May 14, 2024
1 parent a4395b6 commit 5d200f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/app.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ input[readonly]:focus {
border-radius: var(--rounded-badge);
}

.alert a {
.alert a:not(.btn) {
color: #0024b9;
}

Expand Down

0 comments on commit 5d200f9

Please sign in to comment.