closes #7
All checks were successful
Deploy / Deploy to Production (push) Successful in 19s

This commit is contained in:
isUnknown 2026-03-21 13:24:25 +01:00
parent 008fc41823
commit 1f8abcd305
5 changed files with 10 additions and 4 deletions

3
src/styles/global.css Normal file
View file

@ -0,0 +1,3 @@
a:hover {
color: var(--color-primary) !important;
}

View file

@ -1,6 +1,7 @@
/* Main styles entry point */
@import "./variables.css";
@import "./reset.css";
@import "./global.css";
@import "./fonts.css";
@import "./layout.css";
@import "./collection.css";