From a574ddfda9d7ce7c5266d1f99acf351546f8857e Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Tue, 19 Jul 2022 13:47:16 +0530 Subject: Added routes, enrollment, update component --- src/styles/GlobalVariables.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/styles/GlobalVariables.css (limited to 'src/styles/GlobalVariables.css') 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; +} -- cgit