diff --git a/static/c4.css b/static/c4.css
index a74dc49..c05e5b0 100644
--- a/static/c4.css
+++ b/static/c4.css
@@ -27,18 +27,28 @@ h1, h1 a {
font-size: smaller;
}
-.btn.green {
- color: #020;
- background-color: #6f3;
+.btn.primary {
+ color: #220;
+ background-color: #fcbb06;
}
-.btn.green:hover ,.btn.green:focus {
+.btn.primary:hover,.btn.primary:focus {
+ background-color: #ffcc33;
+}
+
+.btn.grn {
+ color: #020;
+ background-color: #9f6;
+}
+
+.btn.grn:hover ,.btn.grn:focus {
background-color: #3f0;
}
+
.btn.red {
color: #200;
- background-color: #f36;
+ background-color: #f48;
}
.btn.red:hover, .btn.red:focus {
diff --git a/static/form.html b/static/form.html
index 8447427..c01f0f4 100644
--- a/static/form.html
+++ b/static/form.html
@@ -50,6 +50,6 @@
-
+