fix: low visibility text in dark theme (#390)

This commit is contained in:
Ulaş Özgüler 2022-03-12 22:45:26 +03:00 committed by GitHub
parent d0f7055148
commit 84750af3d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -76,6 +76,10 @@ $sideborder-margin: 6px;
border-color: #{$primary} !important;
}
.v-application a {
color: inherit !important;
}
.noselect {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */