Fixed anchorpoint and tiny-ing of navbar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user