force lowercase buttons

This commit is contained in:
Hayden 2023-01-20 14:06:15 -09:00
parent 72cb4ff3d7
commit 110e4810d0
No known key found for this signature in database
GPG key ID: 17CF79474E257545

View file

@ -1,3 +1,7 @@
.text-no-transform {
text-transform: none !important;
}
.btn {
text-transform: none !important;
}