fix: force accent contrast color on environment variables - resolved #2217

This commit is contained in:
liyasthomas
2022-03-31 14:36:00 +05:30
parent 5a1e4bbcbc
commit c73c6f216a
2 changed files with 9 additions and 2 deletions

View File

@@ -491,3 +491,9 @@ details summary::-webkit-details-marker {
@apply overflow-auto;
@apply break-words;
}
.env-highlight {
* {
@apply text-accentContrast;
}
}