Clean up style

This commit is contained in:
Olu Amey
2023-01-04 07:18:45 -05:00
parent cdefea62b1
commit 2a97307705
4 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -14,7 +14,8 @@
"react-router-hash-link": "^2.4.3",
"react-scripts": "^5.0.1",
"react-scrollspy": "^3.4.3",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"axios": "^0.24.0"
},
"scripts": {
"start": "react-scripts start -e .env",
+2 -2
View File
@@ -146,8 +146,8 @@
:root {
--light-purple: #F6F4FE;
--purple: #6A49F2;
--bg-purple: #6A49F2;
--purple: #1a3544;
--bg-purple: #1a3544;
--dark-purple: #32236F;
--body-text-purple: #3E3F66;
--text-white: #ffffff;
+3 -3
View File
@@ -146,8 +146,8 @@
:root {
--light-purple: #F6F4FE;
--purple: #6A49F2;
--bg-purple: #6A49F2;
--purple: #1a3544;
--bg-purple: #1a3544;
--dark-purple: #32236F;
--body-text-purple: #3E3F66;
--text-white: #ffffff;
@@ -1803,7 +1803,7 @@ box-shadow: 1px 4px 8px -2px rgba(0,0,0,0.5);
position: fixed;
left: 0;
top: 0;
background-color: rgba(50, 35, 111, 0.95);
background-color: rgba(26, 53, 68, 0.95);
width: 100%;
height: 100%;
z-index: 99999;
View File