1
0
Fork 0

Fix underline on navigation buttons

main
daviddgtnt 2025-01-23 15:27:25 -06:00
parent 24f6fb2e57
commit cc3e7ec095
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@
@tailwind components;
@tailwind utilities;
a {
main a {
@apply underline text-livingstone-300;
}