+
Suggestions, Problems, Feedback?
+
Open an Issue or Submit a Pull Request on GitHub
Quick Access
CDN CSS
diff --git a/themes/qunitjs.com/style.css b/themes/qunitjs.com/style.css
index d81cb601..8f808498 100755
--- a/themes/qunitjs.com/style.css
+++ b/themes/qunitjs.com/style.css
@@ -18,3 +18,15 @@ a {
border: 1px solid #ccc;
border-radius: 5px;
}
+
+footer .button.dark i{
+ color: #FFF;
+}
+
+footer .button.dark {
+ float: none;
+ width: 80%;
+ display: inline-block;
+ margin-left: 10%;
+ text-align: center;
+}