feat: add seerr
CI / 🔍 Lint & Type Check (push) Successful in 3m0s
CI / 🐳 Build & Push Image (push) Successful in 22s

This commit is contained in:
2026-07-14 17:15:34 +02:00
parent c7e6d1c72b
commit 6b4953ca36
5 changed files with 56 additions and 3 deletions
+14 -1
View File
@@ -193,7 +193,7 @@ svg {
display: grid;
width: min(1120px, 100%);
margin-top: 48px;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 32px;
}
@@ -261,6 +261,14 @@ svg {
color: #46ee89;
}
.service-card--seerr {
--service-accent: #ff6b8a;
border-color: #ff6b8a;
box-shadow: var(--shadow-hard), 0 0 28px rgb(255 107 138 / 30%), inset 0 0 0 1px rgb(255 255 255 / 9%);
color: #ff9aaa;
}
.service-card--astroneer {
--service-accent: #ffb347;
@@ -360,6 +368,11 @@ svg {
text-shadow: 0 2px 0 rgb(0 0 0 / 24%);
}
.service-card--seerr .service-action {
background: linear-gradient(180deg, #ffd166, #ff6b8a);
color: #170b14;
}
.service-card--minecraft .service-action {
background: linear-gradient(180deg, #35f48a, #13ca69);
color: #041411;