chore: update discord-markdown, add small text styling

This commit is contained in:
Jake Fulmine 2024-10-01 20:39:03 -04:00
parent 54dd38f2ae
commit 913805f336
No known key found for this signature in database
GPG key ID: 177E8DB7BF4C60B2
4 changed files with 13 additions and 3 deletions

View file

@ -52,4 +52,8 @@
.d-spoiler:active {
color: $body-color-alt; //overwrite
}
small {
color: #707070;
}
}

View file

@ -193,6 +193,12 @@ code {
vertical-align: -0.1125em;
}
small {
display: block;
color: #808080;
font-size: 0.5rem;
}
//twemoji
img.emoji {
height: 1.125em;