This commit is contained in:
Dennis Eichhorn 2023-10-20 16:53:42 +00:00
parent 9e55ba8000
commit cf4dc05127
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,8 @@ span {
font-size: .8rem;
color: var(--text-on-background-color-2);
background: var(--button-colored-background);
display: inline-block;
display: inline-flex;
align-items: center;
user-select: none;
i {