Slight visual improvements to warning boxes in the docs

This commit is contained in:
r00ster91
2021-03-23 12:23:45 +01:00
parent 9b6339e4b9
commit 4fa187f8ea
3 changed files with 13 additions and 4 deletions

View File

@@ -858,6 +858,15 @@ body.blur > :not(#help) {
font-size: 1.5em;
}
/* Black one-pixel outline around emoji shapes */
.emoji {
text-shadow:
1px 0 0 black,
-1px 0 0 black,
0 1px 0 black,
0 -1px 0 black;
}
.module-item .stab {
border-radius: 3px;
display: inline-block;