File size: 164 Bytes
c0dc9e8
 
85c40f0
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
@tailwind base;
@tailwind components;
@tailwind utilities;

#nav-ul a.active li{
    background-color: rgb(255 255 255);
    color: black;
    font-weight: 600;
  }