Skip to content

Commit

Permalink
Merge pull request #83 from A1Kumari/master
Browse files Browse the repository at this point in the history
changes
  • Loading branch information
A1Kumari authored Aug 20, 2023
2 parents 4940bf1 + c8aebf9 commit cf298ba
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 15 deletions.
2 changes: 1 addition & 1 deletion src/components/about/About.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
.distortedshape {
width: 120px;
height: 120px;
background-color: #728F83;
background-color: #6457A6;
border-radius: 60px 20px;
margin-top: 10px;
margin-left: 170px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/ask/Ask.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:root {
--primary-color: #2AA1FE; /* Vibrant Purple */
--secondary-color: #00000; /* Black */
--accent-color: #13293d; /* Dark Blue */
--accent-color: #000; /* Dark Blue */
--background-color: #f8f8f8; /* Light Gray */
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/contact/Contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap');

.footer {
background:#13293D;
background:#2A2B2A;
color: #fff;
padding: 40px 15px;
}
Expand Down
10 changes: 5 additions & 5 deletions src/components/navbar/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
}

.desktopMenuListItem:hover {
color: #2AA1FE;
font-weight: 650;
color: #6457A6;

}

.desktopMenuListItem.active {
color: #2AA1FE;
font-weight: 650;
color: #6457A6;

}

.contactButton {
Expand Down Expand Up @@ -137,5 +137,5 @@
background-color: #000;
}
.colorChange{
background-color: #13293D;
background-color: #2A2B2A;
}
7 changes: 1 addition & 6 deletions src/components/teams/Teams.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ export default function Teams() {
return (
<>
<div className='shapedown'>
<div className="head">
<div className="distortedshape"></div>
<h1 className="mainheading">Collaborators</h1>
<h3 className="subheading">Mark the Dates to set yourself on fire</h3>
</div>


</div>
<section className="team">
<div class="logos">
Expand Down
2 changes: 1 addition & 1 deletion src/components/themes/Themes.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Apply the color theme */
.themes {
padding: 2vw 0;
background: #2AA1FE;
background: #f8f8f8;
}

.themes-container {
Expand Down

0 comments on commit cf298ba

Please sign in to comment.