summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorrohan09-raj <[email protected]>2022-07-19 23:00:40 +0530
committerrohan09-raj <[email protected]>2022-07-19 23:00:40 +0530
commit7e69bd83d62859a80a9baf44beb005a7980525cf (patch)
tree6cb42f09a584ef478eeb3a78a6f402375068d527 /src/styles
parenta574ddfda9d7ce7c5266d1f99acf351546f8857e (diff)
Submit button add and radio select addd
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/GlobalVariables.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/styles/GlobalVariables.css b/src/styles/GlobalVariables.css
index fd76120..a1e3384 100644
--- a/src/styles/GlobalVariables.css
+++ b/src/styles/GlobalVariables.css
@@ -1,6 +1,8 @@
:root {
--color-black: #000;
+ --color-shadow: rgba(0, 0, 0, 0.24);
--font-large: 4rem;
--font-medium: 2rem;
+ --font-medium-s: 1.25rem;
}