Underline links so people know they exist
This commit is contained in:
parent
2804a2454b
commit
ed182d4f20
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
|
a {
|
||||||
|
@apply underline;
|
||||||
|
}
|
||||||
|
|
||||||
.donate-option > input {
|
.donate-option > input {
|
||||||
@apply hidden;
|
@apply hidden;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue