diff --git a/app/static/main.css b/app/static/main.css
index 51ce852..139a6bd 100644
--- a/app/static/main.css
+++ b/app/static/main.css
@@ -226,20 +226,20 @@ input[type="submit"].inline.destructive {
}
#sign-in-form input[type="checkbox"] {
- visibility: hidden;
+ display: none;
}
-#sign-in-form input[type="checkbox"]:before {
+#sign-in-form input[type="checkbox"] + label:before {
color: #a02b24;
- visibility: visible;
content: "\2610";
font-size: 18px;
- position: relative;
- top: -6px;
- left: 6px;
}
-#sign-in-form input[type="checkbox"]:checked:before {
+#sign-in-form input[type="checkbox"] + label:active {
+ opacity: 0.4;
+}
+
+#sign-in-form input[type="checkbox"]:checked + label:before {
content: "\2611";
}
diff --git a/app/templates/github-auth-error.html b/app/templates/github-auth-error.html
index 10de45f..067f0d5 100644
--- a/app/templates/github-auth-error.html
+++ b/app/templates/github-auth-error.html
@@ -13,8 +13,8 @@
-