First colors

This commit is contained in:
2022-10-24 23:53:00 +02:00
parent 62c5ef0c25
commit 7d958d67dc
3 changed files with 28 additions and 13 deletions

View File

@ -44,6 +44,8 @@
border: 1px solid var(--blog_content-border);
border-radius: 0.5em;
padding: 5px;
background: var(--badge-bg, transparent);
color: var(--badge-color, inherit);
& > span {
align-self: center;