Spaces:
Runtime error
Runtime error
File size: 164 Bytes
b332881 | 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;
} |