highlight href
Browse files- src/app.css +4 -0
src/app.css
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
@tailwind base;
|
| 2 |
@tailwind components;
|
| 3 |
@tailwind utilities;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
@tailwind base;
|
| 2 |
@tailwind components;
|
| 3 |
@tailwind utilities;
|
| 4 |
+
|
| 5 |
+
a {
|
| 6 |
+
@apply !underline;
|
| 7 |
+
}
|