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; } diff --git a/godel/css/styles.css b/godel/css/styles.css index 799e183..ee65b14 100644 --- a/godel/css/styles.css +++ b/godel/css/styles.css @@ -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 { diff --git a/images/profile.png b/images/profile.png index 99585cf..bc87d6c 100644 Binary files a/images/profile.png and b/images/profile.png differ diff --git a/turing-machine/css/styles.css b/turing-machine/css/styles.css index a647b1c..88cb3f7 100644 --- a/turing-machine/css/styles.css +++ b/turing-machine/css/styles.css @@ -17,7 +17,7 @@ button:hover { body { font-family: "Trebuchet MS", sans-serif; - background-color: #aaaaaa; + background-color: #bf84a9; } .container {