Minor changes

This commit is contained in:
Ske 2020-06-11 00:48:43 +02:00
parent 321f4d7d25
commit 556fe28aa7
6 changed files with 64 additions and 13 deletions

View file

@ -6,13 +6,17 @@
.example-inline {
font-size: $exampleFontSize;
font-family: $exampleFontFamily;
background-color: $exampleBgColor;
background-color: $exampleArgColor;
color: $exampleTextColor;
padding: 0.2rem 0.4rem;
border-radius: 3px;
}
.custom-block.tip .example-inline {
background-color: darken($exampleArgColor, 3%);
}
.inline-bot-prefix {
color: $examplePrefixColor;
}