diff options
author | rohan09-raj <[email protected]> | 2022-07-19 13:47:16 +0530 |
---|---|---|
committer | rohan09-raj <[email protected]> | 2022-07-19 13:47:16 +0530 |
commit | a574ddfda9d7ce7c5266d1f99acf351546f8857e (patch) | |
tree | 7a79ed2c7da14f976ac6994f802c791832fec77c /src/styles/GlobalVariables.css | |
parent | 391e1cfee65e66bc9ceeea71c8015effc02e2bbf (diff) |
Added routes, enrollment, update component
Diffstat (limited to 'src/styles/GlobalVariables.css')
-rw-r--r-- | src/styles/GlobalVariables.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/styles/GlobalVariables.css b/src/styles/GlobalVariables.css new file mode 100644 index 0000000..fd76120 --- /dev/null +++ b/src/styles/GlobalVariables.css @@ -0,0 +1,6 @@ +:root { + --color-black: #000; + + --font-large: 4rem; + --font-medium: 2rem; +} |