Fixed anchorpoint and tiny-ing of navbar

This commit is contained in:
Peter
2025-04-05 00:20:07 +02:00
parent 8b76a729b8
commit ca96b36246
7 changed files with 179 additions and 14 deletions
+12 -1
View File
@@ -1,4 +1,15 @@
/* You can add global styles to this file, and also import other style files */
:root{
--white: #FFFFFF;
--black: #282828;
--pureblack: #000000;
--grey: #A3A3A3;
--link: #1f9bde;
--linkhover: #00d9ff;
--navlink: #4b4b4b;
--switch: #FBFBFE;
--error: #c23c3c;
}
.theme-light {
--color-primary: #FBFBFE;
--color-secondary: #FBFBFE;