summaryrefslogtreecommitdiff
path: root/css/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/styles.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;
}