fix: font family is the same for notyf

This commit is contained in:
Julien Calixte
2025-06-08 12:15:52 +02:00
parent c8e75097f5
commit 6f3c7d16ff
3 changed files with 15 additions and 17 deletions

View File

@@ -108,7 +108,8 @@ a {
max-width: 500px;
}
.repo-note {
.repo-note,
.notyf {
font-family: var(--font-family);
font-size: var(--font-size);
}