feat: update navbar and add footer, we have global css files now

This commit is contained in:
JustTemmie 2025-05-28 07:13:06 +02:00
parent 45c7311621
commit ed076c3edc
6 changed files with 181 additions and 36 deletions

6
public/global.css Normal file
View file

@ -0,0 +1,6 @@
.pansexual-gradient {
background: linear-gradient(to right, #FE218C, #FED84E, #1CB3F7);
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}