This website works better with JavaScript.
Home
Explore
Help
Sign In
ajay
/
stringere-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
created common and added color scheme in colors.scss
master
Ajay S
3 years ago
parent
d970b4b7fd
commit
2fc6933cf5
2 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
src/common/styles/colors.scss
+0
-0
src/common/styles/global.scss
+ 7
- 0
src/common/styles/colors.scss
View File
@@ -0,0 +1,7 @@
:root {
--primary-color: #151515;
--heading-color: #484848;
--tertiary-color: #2cc38c;
--orange: #fab13e;
--pink: #ff7a5d;
}
+ 0
- 0
src/common/styles/global.scss
View File
Write
Preview
Loading…
Cancel
Save