Added rounding to alerts
This commit is contained in:
parent
eeda00bd00
commit
526bdc91cc
1 changed files with 2 additions and 1 deletions
|
@ -45,6 +45,7 @@ watch(() => props.text, (newVal) => {
|
||||||
|
|
||||||
/* Markdown alerts get a box, a shadow, and a background+border color */
|
/* Markdown alerts get a box, a shadow, and a background+border color */
|
||||||
.md-contents .markdown-alert:not(.md-override) {
|
.md-contents .markdown-alert:not(.md-override) {
|
||||||
|
@apply rounded-lg;
|
||||||
border: 1px solid #A020F0;
|
border: 1px solid #A020F0;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
box-shadow: 0 0 7px #A020F0;
|
box-shadow: 0 0 7px #A020F0;
|
||||||
|
@ -211,7 +212,7 @@ watch(() => props.text, (newVal) => {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
Hosted
|
||||||
.md-contents button:not(.md-override) {
|
.md-contents button:not(.md-override) {
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
Loading…
Add table
Reference in a new issue