diff --git a/_layouts/index.html b/_layouts/index.html index e49e074..2e8f02e 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -43,10 +43,10 @@ MuonMC thematic background image

The modloader that works.

- - - - + + Download + + Develop
diff --git a/css/styles.css b/css/styles.css index 548dcba..bc81fee 100644 --- a/css/styles.css +++ b/css/styles.css @@ -99,73 +99,53 @@ body { margin-bottom: 0%; } -.button-develop { - border-radius: 5px; - background-color: rgb(61, 59, 59); +.button-round-generic { + background-color: white; border: none; font-family: "Kanit", sans-serif; font-weight: 500; font-style: normal; font-size: 14pt; - color: white; - padding: 4px 16px; + padding: 8px 16px; text-align: center; text-decoration: none; display: inline-block; transition-duration: 0.4s; + border-radius: 5px; } -.button-develop:hover { - background-color: white; - color: black; +.button-round-generic-container a{ + color:black; } -.button-template { - border-radius: 5px; - background-color: white; - border: none; - font-family: "Kanit", sans-serif; - font-weight: 500; - font-style: normal; - font-size: 14pt; - color: black; - padding: 4px 16px; - text-align: center; - text-decoration: none; - display: inline-block; - transition-duration: 0.4s; +.button-round-generic-container a:hover{ + color: white; } -.button-template:hover { +.button-round-generic:hover { background-color: black; +} + +.button-develop { + background-color: rgb(61, 59, 59); color: white; } +.button-develop:hover { + background-color: white; + color: black; +} .button-download { - border-radius: 5px; - background-color: rgb(55, 55, 148); - border: none; - font-family: "Kanit", sans-serif; - font-weight: 500; - font-style: normal; - font-size: 14pt; color: white; - padding: 4px 16px; - text-align: center; - text-decoration: none; - display: inline-block; - transition-duration: 0.4s; } .button-download:hover { background-color: white; - border: none; color: black; } - .big-image img { width: 100%; height: 300px; diff --git a/develop.markdown b/develop.markdown index ce74c5e..39708e0 100644 --- a/develop.markdown +++ b/develop.markdown @@ -12,6 +12,8 @@ The project is in its early stages, which means there's not much of a point to d If you were looking to make a mod for such a little modloader, you're probably more interested in what's behind the curtain. We welcome you to join in on MuonMC's development! - - - \ No newline at end of file +
+ + MuonMC on GitHub + +
\ No newline at end of file diff --git a/download.markdown b/download.markdown index af3c108..7c72680 100644 --- a/download.markdown +++ b/download.markdown @@ -12,6 +12,8 @@ The project is in its early stages, so you can't really download it right now. B If you want to help with MuonMC development, hop in! - - - \ No newline at end of file +
+ + MuonMC on GitHub + +
\ No newline at end of file diff --git a/index.markdown b/index.markdown index ada4272..b196178 100644 --- a/index.markdown +++ b/index.markdown @@ -14,14 +14,18 @@ Forked from the QuiltMC toolchain, Muon focuses only on the essentials, aiming t Making a mod for Muon is easy. You can quickly get up and running with our project generator, and get on to creating something by reading our comprehensive documentation. - - - +
+ + Generate a Template + +
# Friendly to users It's quite easy to download and install the latest version of Muon, simply click the button below and proceed to choose the version you want: - - - \ No newline at end of file +
+ + Download and Install + +
\ No newline at end of file