Skip to content

Commit 218ff23

Browse files
committed
Added link styling for donation page
1 parent 08534ff commit 218ff23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/styles/pages/donate.module.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
.left {
55
flex-basis: var(--col4);
66
}
7+
8+
.left a {
9+
text-decoration: underline;
10+
}
711
.right {
812
flex-basis: var(--col2);
913
position: relative;

0 commit comments

Comments
 (0)