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
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

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