summaryrefslogtreecommitdiff
path: root/godel/css/styles.css
diff options
context:
space:
mode:
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 {