Grants banner to every page

This commit is contained in:
mDuo13
2021-05-25 09:17:29 -07:00
parent db46ade82a
commit bfaecced01
4 changed files with 14 additions and 14 deletions

View File

@@ -182,23 +182,23 @@
text-decoration: underline;
}
// Alert banners
.alert-info {
}
// Alert banners
.alert-info {
color: white;
background-color: $blue-700;
border-width: 0;
a {
text-decoration: underline;
color: white;
background-color: $blue-700;
border-width: 0;
a {
text-decoration: underline;
color: white;
&:hover {
color: $gray-200;
}
&:hover {
color: $gray-200;
}
}
}
// ad-hoc callout for NFT standards
.highlight-subcard {
margin: 1.5rem 0;