mirror of
https://github.com/redlib-org/redlib.git
synced 2025-06-21 00:20:56 +00:00
Start richtext flairs
This commit is contained in:
parent
065d82a5f5
commit
bbe7024323
9 changed files with 97 additions and 56 deletions
|
@ -499,6 +499,15 @@ input[type="submit"]:hover { color: var(--accent); }
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.emoji {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
display: inline-block;
|
||||
background-size: contain;
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.nsfw {
|
||||
color: var(--nsfw);
|
||||
margin-top: 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue