summaryrefslogtreecommitdiff
path: root/godel/css/styles.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 /godel/css/styles.css
parentba432c382bdc11b99583624ebaef0aa9f0109663 (diff)
downloadsimponic.xyz-ed4a46e97da9bfc3a25d6bd4eeae68e158ad82bd.tar.gz
simponic.xyz-ed4a46e97da9bfc3a25d6bd4eeae68e158ad82bd.zip
update profile & colors
Diffstat (limited to 'godel/css/styles.css')
-rw-r--r--godel/css/styles.css4
1 files changed, 2 insertions, 2 deletions
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 {