Same fix for week view

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>

Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
Jérôme Herbinet 2023-01-30 13:45:50 +01:00 committed by GitHub
parent 4b4f1a0d69
commit a1909b7654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -85,6 +85,9 @@
a, span {
padding: 2px 6px;
font-weight: bold;
background-color: var(--color-primary);
color: var(--color-primary-text) !important;
border-radius: var(--border-radius-pill);
}
}