From cf6bfa8292dbc9edd758f1967646bb67a87e7453 Mon Sep 17 00:00:00 2001 From: Thomas Anderson Date: Mon, 22 Jun 2026 16:36:44 +0200 Subject: [PATCH 1/4] Round the corner of the download button --- content/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/download.html b/content/download.html index 18c68b22..a3030a0c 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

From 6d31e90cb7397b09999549bd0ea24e4423290214 Mon Sep 17 00:00:00 2001 From: Thomas Anderson Date: Mon, 22 Jun 2026 16:40:19 +0200 Subject: [PATCH 2/4] set color and size --- themes/reactos/static/css/style.blue.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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; From 60e15adfd86eab0c1ab2baf15a655c8bb66301c9 Mon Sep 17 00:00:00 2001 From: Thomas Anderson Date: Mon, 22 Jun 2026 23:33:39 +0200 Subject: [PATCH 3/4] fixed --- content/download.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/download.html b/content/download.html index a3030a0c..d421f508 100644 --- a/content/download.html +++ b/content/download.html @@ -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