diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-13 23:26:52 -0600 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-13 23:26:52 -0600 |
commit | ed4a46e97da9bfc3a25d6bd4eeae68e158ad82bd (patch) | |
tree | f22245758ec0d624815867721df8f78e2211e9b7 | |
parent | ba432c382bdc11b99583624ebaef0aa9f0109663 (diff) | |
download | simponic.xyz-ed4a46e97da9bfc3a25d6bd4eeae68e158ad82bd.tar.gz simponic.xyz-ed4a46e97da9bfc3a25d6bd4eeae68e158ad82bd.zip |
update profile & colors
-rw-r--r-- | css/styles.css | 6 | ||||
-rw-r--r-- | godel/css/styles.css | 4 | ||||
-rw-r--r-- | images/profile.png | bin | 366307 -> 633343 bytes | |||
-rw-r--r-- | turing-machine/css/styles.css | 2 |
4 files changed, 6 insertions, 6 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; } 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 Binary files differindex 99585cf..bc87d6c 100644 --- a/images/profile.png +++ b/images/profile.png 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 { |