- +
diff --git a/_sass/fabric.scss b/_sass/fabric.scss index 6e02d1bc..d1258d4e 100644 --- a/_sass/fabric.scss +++ b/_sass/fabric.scss @@ -61,7 +61,7 @@ button, .button { &.primary { background-color: $button-color; - border-radius: 5px; + border: none; &:hover, &:focus { background-color: darken($button-color, 10%); @@ -73,7 +73,6 @@ button, .button { &.secondary { background-color: transparent; border: 2px solid $button-color; - border-radius: 7px; &:hover, &:focus { background-color: darken($button-color, 10%); @@ -85,6 +84,7 @@ button, .button { } } + border-radius: 5px; color: $text-color !important; text-decoration: none !important; padding: 5px 8px; @@ -93,6 +93,11 @@ button, .button { box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; } +button { + font-size: inherit; + line-height: inherit; +} + .download { text-align: center; } diff --git a/scripts/src/lib/Installer.svelte b/scripts/src/lib/Installer.svelte index fa9612ee..c6b710ea 100644 --- a/scripts/src/lib/Installer.svelte +++ b/scripts/src/lib/Installer.svelte @@ -58,20 +58,26 @@
{#if win32} - -
-
+
+
+ or
+
+
Download universal jar
-
+
+
+ or
+
+
Download for Windows
diff --git a/scripts/src/lib/Technic.svelte b/scripts/src/lib/Technic.svelte
index ada63113..f8eeab6b 100644
--- a/scripts/src/lib/Technic.svelte
+++ b/scripts/src/lib/Technic.svelte
@@ -39,5 +39,5 @@ import { getLauncherProfile } from "./Api";
Choose a name for your new mod. The mod ID will be Enter the modid you wish to use for your mod. Use default
-
+
{modid}
. Use custom idMod ID:
{#if loading}
-
+