update profile & colors

This commit is contained in:
Elizabeth Hunt 2024-03-13 23:26:52 -06:00
parent ba432c382b
commit ed4a46e97d
Signed by: simponic
GPG Key ID: 52B3774857EB24B1
4 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
body {
margin: 0;
background-color: #AAAAAA;
background-color: #ab6f94;
font-family: 'Trebuchet MS', sans-serif;
}
@ -31,7 +31,7 @@ body {
color: black;
border-radius: 8px;
flex: 1;
background-color: #888888;
background-color: #74b05a;
display: flex;
box-shadow:0 8px 12px 0 rgba(0,0,0,0.2),0 6px 12px 0 rgba(0,0,0,0.17);
min-width: 300px;
@ -41,7 +41,7 @@ body {
}
.project:hover {
background-color: #666666;
background-color: #609c46;
transform: translateY(-8px);
cursor: pointer;
}

View File

@ -3,7 +3,7 @@
}
button {
background: #bbbbbb;
background: #b3b378;
border: 1px solid white;
border-radius: 0.2rem;
padding: 0.3rem;
@ -17,7 +17,7 @@ button:hover {
body {
font-family: "Trebuchet MS", sans-serif;
background-color: #aaaaaa;
background-color: #bf84a9;
}
.container {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 358 KiB

After

Width:  |  Height:  |  Size: 618 KiB

View File

@ -17,7 +17,7 @@ button:hover {
body {
font-family: "Trebuchet MS", sans-serif;
background-color: #aaaaaa;
background-color: #bf84a9;
}
.container {