mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
chore: update discord-markdown, add small text styling
This commit is contained in:
parent
54dd38f2ae
commit
913805f336
4 changed files with 13 additions and 3 deletions
|
|
@ -52,4 +52,8 @@
|
|||
.d-spoiler:active {
|
||||
color: $body-color-alt; //overwrite
|
||||
}
|
||||
|
||||
small {
|
||||
color: #707070;
|
||||
}
|
||||
}
|
||||
|
|
@ -193,6 +193,12 @@ code {
|
|||
vertical-align: -0.1125em;
|
||||
}
|
||||
|
||||
small {
|
||||
display: block;
|
||||
color: #808080;
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
|
||||
//twemoji
|
||||
img.emoji {
|
||||
height: 1.125em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue