summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-13 23:26:52 -0600
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-03-13 23:26:52 -0600
commited4a46e97da9bfc3a25d6bd4eeae68e158ad82bd (patch)
treef22245758ec0d624815867721df8f78e2211e9b7 /css
parentba432c382bdc11b99583624ebaef0aa9f0109663 (diff)
downloadsimponic.xyz-ed4a46e97da9bfc3a25d6bd4eeae68e158ad82bd.tar.gz
simponic.xyz-ed4a46e97da9bfc3a25d6bd4eeae68e158ad82bd.zip
update profile & colors
Diffstat (limited to 'css')
-rw-r--r--css/styles.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/styles.css b/css/styles.css
index 0170cca..df5462b 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -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;
}