fix: light theme card

This commit is contained in:
tdgao
2026-07-03 12:59:10 -07:00
parent 5ef8b82847
commit cde55e5668
2 changed files with 6 additions and 2 deletions
@@ -1,5 +1,5 @@
<template>
<div class="flex w-full gap-2">
<div class="flex w-full gap-2 max-sm:flex-wrap">
<Combobox
:model-value="currentGameVersion || undefined"
class="w-full"
@@ -96,7 +96,11 @@ function installWithApp() {
<style lang="scss" scoped>
.modrinth-app-install-card {
background: radial-gradient(circle at 50% 300%, #0d2f17 0%, var(--surface-1) 72%);
background: radial-gradient(
ellipse 90% 250% at 50% 200%,
color-mix(in srgb, var(--color-brand-shadow) 50%, var(--surface-1)) -30%,
var(--surface-1) 72%
);
}
@media (hover: none) and (max-width: 767px) {