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 /turing-machine | |
parent | ba432c382bdc11b99583624ebaef0aa9f0109663 (diff) | |
download | simponic.xyz-ed4a46e97da9bfc3a25d6bd4eeae68e158ad82bd.tar.gz simponic.xyz-ed4a46e97da9bfc3a25d6bd4eeae68e158ad82bd.zip |
update profile & colors
Diffstat (limited to 'turing-machine')
-rw-r--r-- | turing-machine/css/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |