feat: add seerr
This commit is contained in:
+14
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user