slightly better again

This commit is contained in:
2023-12-16 01:27:32 +01:00
parent 427a6e470f
commit 96959e7b8f
4 changed files with 21 additions and 22 deletions

View File

@ -1441,6 +1441,11 @@ video {
color: rgb(var(--brightred) / var(--tw-text-opacity));
}
.text-brightwhite {
--tw-text-opacity: 1;
color: rgb(var(--brightwhite) / var(--tw-text-opacity));
}
.underline {
text-decoration-line: underline;
}