mishig HF staff commited on
Commit
77badd5
1 Parent(s): bbf5c87

highlight href

Browse files
Files changed (1) hide show
  1. 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
+ }