@@ -66,7 +66,7 @@ import MedalPromoBackground from "~/assets/images/illustrations/medal_promo_back
drop-shadow(0 0 18px var(--color-orange));
}
-.text-orange {
+.text-medal-orange {
color: var(--medal-promotion-text-orange);
}
diff --git a/apps/frontend/src/components/ui/servers/marketing/MedalServerCountdown.vue b/apps/frontend/src/components/ui/servers/marketing/MedalServerCountdown.vue
index 90a5b3c5a..fb0b06131 100644
--- a/apps/frontend/src/components/ui/servers/marketing/MedalServerCountdown.vue
+++ b/apps/frontend/src/components/ui/servers/marketing/MedalServerCountdown.vue
@@ -7,13 +7,13 @@
-
+
- Your Medal powered Modrinth Server will expire in
- {{ timeLeftCountdown.days }} days
- {{ timeLeftCountdown.hours }} hours
- {{ timeLeftCountdown.minutes }} minutes
- {{ timeLeftCountdown.seconds }} seconds.
+ Your Medal powered Modrinth Server will expire in
+ {{ timeLeftCountdown.days }} days
+ {{ timeLeftCountdown.hours }} hours
+ {{ timeLeftCountdown.minutes }} minutes
+ {{ timeLeftCountdown.seconds }} seconds.
@@ -118,7 +118,7 @@ onUnmounted(() => {
drop-shadow(0 0 18px var(--color-orange));
}
-.text-orange {
+.text-medal-orange {
color: var(--medal-promotion-text-orange);
font-weight: bold;
}
diff --git a/apps/frontend/src/components/ui/servers/marketing/MedalServerListing.vue b/apps/frontend/src/components/ui/servers/marketing/MedalServerListing.vue
index 61e011abd..d25b3eb62 100644
--- a/apps/frontend/src/components/ui/servers/marketing/MedalServerListing.vue
+++ b/apps/frontend/src/components/ui/servers/marketing/MedalServerListing.vue
@@ -16,7 +16,7 @@
>
{
color: var(--medal-promotion-text-orange);
font-weight: bold;
}
+
+.border-medal-orange {
+ border-color: var(--medal-promotion-bg-orange);
+}