fix: update available text color in dark mode

This commit is contained in:
kolaente 2022-01-18 21:31:40 +01:00
parent 729432bceb
commit b73165fce4
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 0 deletions

View File

@ -85,4 +85,8 @@ export default {
margin-left: .5rem;
}
}
.dark .update-notification {
color: var(--grey-200);
}
</style>