Skip to content

Commit

Permalink
Revert "Changed color scheme"
Browse files Browse the repository at this point in the history
This reverts commit 52d9b49.
  • Loading branch information
lawrenceee04 committed Aug 4, 2024
1 parent 52d9b49 commit fbe3239
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");

body {
color: rgb(0, 0, 0);
color: white;
font-family: Cabin;
background-color: rgb(255, 255, 255);
background-color: #006cffff;
}
.greeting_div {
padding: 10px;
Expand Down Expand Up @@ -33,7 +33,7 @@ body {
max-height: auto;
min-width: 250px;
max-width: 600px;
background-color: #575858cb;
background-color: #1136b1bc;
border-radius: 5px;
width: 30%;
display: flex;
Expand Down Expand Up @@ -62,7 +62,7 @@ body {
}

.recent_act_item_desc {
font-size: 16px;
font-size: 14px;
}

button {
Expand All @@ -83,13 +83,12 @@ h1 {
}

.recent_act_item_desc a {
font-weight: bold;
color: rgb(0, 0, 0);
color: rgb(77, 255, 249);
text-decoration: underline;
}

a:hover {
color: rgb(0, 4, 255);
color: #006cffff;
text-decoration: underline;
}

Expand All @@ -99,6 +98,7 @@ a:hover {
margin: 0;
padding: 0;
overflow: hidden;
background-color: #006cffff;
}

.navbar li {
Expand All @@ -111,12 +111,12 @@ a:hover {
}

.navbar li a {
color: rgb(0, 0, 0);
color: white;
text-decoration: none;
}

.navbar li:hover {
background-color: #5e5e5ee8;
background-color: #2a324de8;
}

/* Socials */
Expand All @@ -135,7 +135,7 @@ a:hover {
max-height: 100px;
min-width: 210px;
max-width: 500px;
background-color: #4c4d5e6b;
background-color: #1136b1bc;
border-radius: 50px;
display: flex;
flex-direction: row;
Expand All @@ -153,8 +153,8 @@ a:hover {
}

footer {
background-color: rgb(255, 255, 255);
color: rgb(0, 0, 0);
background-color: #006cffff;
color: white;
text-align: center;
padding: 0px;
position: fixed;
Expand Down

0 comments on commit fbe3239

Please sign in to comment.