This commit is contained in:
Pieter Vander Vennet 2022-08-19 10:40:57 +02:00
parent 5ef9a57bb0
commit ab3e4cfbb6
2 changed files with 20 additions and 12 deletions

View file

@ -182,6 +182,10 @@ a {
color: var(--foreground-color);
}
.text-white a {
color: var(--background-color);
}
.btn {
line-height: 1.25rem;
--tw-text-opacity: 1;