1
0
Fork 0
websitedesign2025/assets/css/main.css

13 lines
253 B
CSS
Raw Normal View History

2024-10-16 16:05:06 -05:00
---
---
@google-font "Libre Baskerville" 400 display=swap;
@google-font Bevan 400 display=swap;
@google-font "M PLUS\ 2" 400 display=swap;
2024-10-16 16:05:06 -05:00
@tailwind base;
@tailwind components;
2025-01-22 16:03:59 -06:00
@tailwind utilities;
2025-01-23 15:27:25 -06:00
main a {
2025-01-22 16:03:59 -06:00
@apply underline text-livingstone-300;
}