diff --git a/src/App/App.css b/src/App/App.css index 9298f2c70986d34174efcf2b15c2dff629accca9..4f78f6c4f9c7131cc9ae4c9ae68c18050773f5b3 100644 --- a/src/App/App.css +++ b/src/App/App.css @@ -197,7 +197,7 @@ code{ .sidebar{ border-left: 6px solid; border-left-color: var(--text-primary); - border-color: var(--accent-primary); + border-color: var(--lightblue); color: var(--text-primary); list-style-type: none; line-height: 280%; @@ -290,7 +290,7 @@ color: var(--text-primary); /* * NAVBAR * */ /* * * * * * * */ .nav-link{ - color: var(--text-primary) !important; + color: var(--offblack) !important; } .nav-link:hover { color: white !important; @@ -319,7 +319,7 @@ color: var(--text-primary); border-radius: 7px; } .navbar-brand{ - color: var(--text-primary) !important; + color: var(--offblack) !important; } .dropdown-menu{ margin-top: 0 !important; @@ -414,7 +414,7 @@ margin-bottom: 10vw !important; .base { width: 100%; - background-color: var(--accent-primary); + background-color: var(--lightblue); padding: 120px 30px; } @@ -455,7 +455,7 @@ margin-bottom: 10vw !important; .h2{ text-align:center; text-transform:uppercase; - color: var(--text-primary) !important; + color: var(--offblack) !important; font-size: 3rem !important ; letter-spacing: 1px; display: grid; @@ -485,7 +485,7 @@ margin-bottom: 10vw !important; font-size: 2.5rem !important ; text-transform: uppercase; padding-bottom: 5px; - color: var(--text-primary) !important; + color: var(--offblack) !important; margin-top: 5vh !important; } .h3:after { @@ -537,7 +537,7 @@ h2{ } .h4{ margin-top: 5px; - color: var(--text-primary) !important; + color: var(--offblack) !important; margin-top: 30px !important ; font-size:15px; color:#444; word-spacing:1px; @@ -3677,7 +3677,7 @@ a{ color: white !important; } .sideitem a summary{ - color: var(--text-primary) !important; + color: var(--offblack) !important; } .active-sideitem a summary{ @@ -3862,7 +3862,7 @@ height: min-content !important; } .h5{ - color: var(--text-primary) !important; + color: var(--offblack) !important; font-size: 1.3rem !important; line-height: 1.0; word-spacing: 1px !important;