ux: update for code in alert

This commit is contained in:
Henk Verlinde 2021-06-17 11:25:35 +02:00
parent d71ccaa66d
commit cc883f52ce
1 changed files with 6 additions and 0 deletions

View File

@ -61,3 +61,9 @@
.alert .alert-link:focus {
text-decoration: none;
}
.alert code {
background: darken($beige, 5%);
color: $black;
padding: 0.25rem 0.5rem;
}