🚸 Added navbar

This commit is contained in:
Mawoka
2022-03-03 17:24:37 +01:00
parent a3f781e610
commit c126bbcd59
7 changed files with 183 additions and 13 deletions
+17
View File
@@ -2,3 +2,20 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@fontsource/marck-script;
.marck-script {
font-family: 'Marck Script';
}
.link-hover {
transition: all 0.3s;
}
.link-hover:hover {
background: linear-gradient(90deg, #009444, #39b54a, #8dc63f);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}