ux: update for code in alert
This commit is contained in:
parent
d71ccaa66d
commit
cc883f52ce
|
@ -61,3 +61,9 @@
|
||||||
.alert .alert-link:focus {
|
.alert .alert-link:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert code {
|
||||||
|
background: darken($beige, 5%);
|
||||||
|
color: $black;
|
||||||
|
padding: 0.25rem 0.5rem;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue