update profile & colors
This commit is contained in:
parent
ba432c382b
commit
ed4a46e97d
@ -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;
|
||||
}
|
||||
|
@ -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 |
@ -17,7 +17,7 @@ button:hover {
|
||||
|
||||
body {
|
||||
font-family: "Trebuchet MS", sans-serif;
|
||||
background-color: #aaaaaa;
|
||||
background-color: #bf84a9;
|
||||
}
|
||||
|
||||
.container {
|
||||
|
Loading…
Reference in New Issue
Block a user