Skip to content

Commit 70a4723

Browse files
committed
🔧 fix: link underline
1 parent daa099b commit 70a4723

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bun.lockb

0 Bytes
Binary file not shown.

components/midori/midori.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
.link {
2-
text-decoration: none;
3-
}
4-
51
.dark-light {
62
width: 1100px;
73
height: 1100px;

components/tailwind.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
@tailwind base;
22
@tailwind components;
33
@tailwind utilities;
4+
5+
.link {
6+
text-decoration: none !important;
7+
}

0 commit comments

Comments
 (0)