diff --git a/content/download.html b/content/download.html
index 18c68b22..f35c3f78 100644
--- a/content/download.html
+++ b/content/download.html
@@ -14,7 +14,7 @@
ReactOS {{< reactos-version >}}
-
Download Boot CD
+
Download Boot CD
Alternatively, you can download LiveCD
@@ -30,7 +30,7 @@ Additional downloads
Nightly builds
If you wish to download the bleeding edge versions of ReactOS, then nightly builds may just be your cup of tea. However, they do come with a catch; you're more likely to encounter regressions at the cost of new features. These are built on every commit made to the GitHub master branch and run through extensive tests on the Testman.
-Get nightly builds
+Get nightly builds
diff --git a/themes/reactos/static/css/style.blue.css b/themes/reactos/static/css/style.blue.css
index c498b719..7f77fa28 100644
--- a/themes/reactos/static/css/style.blue.css
+++ b/themes/reactos/static/css/style.blue.css
@@ -1239,6 +1239,30 @@ address {
margin: 5px;
}
+#bootcd .btn-primary {
+ background-color: #507489 !important;
+ border-color: #507489 !important;
+ font-size: 35px !important;
+ padding: 10px 20px !important;
+}
+
+#bootcd .btn-primary:hover {
+ background-color: #6f92a7 !important;
+ border-color: #6f92a7 !important;
+}
+
+#nightly .btn-primary {
+ background-color: #507489 !important;
+ border-color: #507489 !important;
+ font-size: 30px !important;
+ padding: 5px 15px !important;
+}
+
+#nightly .btn-primary:hover {
+ background-color: #6f92a7 !important;
+ border-color: #6f92a7 !important;
+}
+
#jirafeed {
list-style: none;
padding: 0;