diff --git a/src/components/Button.astro b/src/components/Button.astro
index 9967220..c35cb93 100644
--- a/src/components/Button.astro
+++ b/src/components/Button.astro
@@ -28,10 +28,10 @@ const {
isPrimary
? 'border-dark bg-dark text-paper shadow-lg'
: isAlert
- ? 'bg-red-300 text-dark'
+ ? 'text-dark bg-red-300'
: !isBordered
? 'bg-subtle'
- : '!transition-bg border-2 border-dark hover:bg-dark hover:text-paper hover:shadow-sm',
+ : '!transition-bg border-dark hover:bg-dark hover:text-paper border-2 hover:shadow-xs',
]}
{...props}
>
@@ -47,10 +47,10 @@ const {
isPrimary
? 'border-dark bg-dark text-paper shadow-md'
: isAlert
- ? 'bg-red-300 text-dark'
+ ? 'text-dark bg-red-300'
: !isBordered
? ''
- : '!transition-bg border-2 border-dark hover:bg-dark hover:text-paper hover:shadow-sm',
+ : '!transition-bg border-dark hover:bg-dark hover:text-paper border-2 hover:shadow-xs',
]}
{...props}
>
@@ -58,14 +58,3 @@ const {
)
}
-
diff --git a/src/components/Features.astro b/src/components/Features.astro
index 76efc5b..beccc34 100644
--- a/src/components/Features.astro
+++ b/src/components/Features.astro
@@ -242,7 +242,7 @@ const descriptions = Object.values(features.featureTabs).map(tab => tab.descript
-
diff --git a/src/components/ReleaseNoteItem.astro b/src/components/ReleaseNoteItem.astro
index 6643be7..d5a9e3a 100644
--- a/src/components/ReleaseNoteItem.astro
+++ b/src/components/ReleaseNoteItem.astro
@@ -115,7 +115,7 @@ generateItems(props.knownIssues, 'known')
{
isTwilight ? (
{releaseNoteItem.twilight}
@@ -142,7 +142,7 @@ generateItems(props.knownIssues, 'known')
•
•
{releaseNoteItem.githubRelease}•
@@ -181,7 +181,7 @@ generateItems(props.knownIssues, 'known')
•
@@ -230,44 +230,4 @@ generateItems(props.knownIssues, 'known')
}
-
diff --git a/src/components/download/ButtonCard.astro b/src/components/download/ButtonCard.astro
index 15b59df..ae90b36 100644
--- a/src/components/download/ButtonCard.astro
+++ b/src/components/download/ButtonCard.astro
@@ -21,7 +21,7 @@ const { label, href, checksum } = Astro.props
@@ -32,7 +32,7 @@ const { label, href, checksum } = Astro.props
-
+
{buttonCard.showChecksum}
-
- {checksum}
+
+ {checksum}
@@ -69,12 +69,12 @@ const { label, href, checksum } = Astro.props