Skip to content

Commit

Permalink
add 18-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerban committed Dec 17, 2023
1 parent 0349861 commit 2de50b8
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
41 changes: 41 additions & 0 deletions src/_data/packs.json
Original file line number Diff line number Diff line change
Expand Up @@ -669,5 +669,46 @@
"card": {"foil": false, "id":"5755cc4c-7132-4741-857a-4a57facdbf68"}
}
]
},
"18":{
"art":{
"foil":false,
"rotate": false,
"id":"74a072a4-95e3-48d9-a313-4947d57985cf"
},
"commons":{
"head": "Commons",
"cards": [
{"foil": false, "id":"b6ed20a4-bc8a-44b1-b9b7-c82518c287b8"},
{"foil": false, "id":"a53088da-25b5-4c7e-9a11-456fbc814dfc"},
{"foil": false, "id":"4f6eb966-67af-4b18-8899-4a99a5179aa3"},
{"foil": false, "id":"150e17b1-b9fd-4ec4-b305-19596fed14d1"},
{"foil": false, "id":"af527344-9d88-4641-8f6d-0263a6797df3"},
{"foil": false, "id":"08648c0a-e075-45ac-ad8c-80c425d3487e"},
{"foil": false, "id":"630ce82b-0d09-4a12-8cba-0b0ed8415128"},
{"foil": false, "id":"7e784d3d-0c6d-4ce5-beb5-edd2adb32385"}]
},
"focusCards":[
{
"head": "Wild Card",
"card": {"foil": false, "id":"981f091a-17f8-412e-9752-69070ebed4ea"}
},
{
"head": "Rare Card",
"card": {"foil": false, "id":"faf66a0b-9d34-487d-bdb4-5cac9391d77a"}
},
{
"head": "Showcase Card",
"card": {"foil": false, "id":"386b9f57-b75c-4431-9abe-a5cec2a35340"}
},
{
"head": "Random Foil Card",
"card": {"foil": true, "id":"f2c6408b-9e24-4bf5-b0d0-a4cda3069b1c"}
},
{
"head": "Token",
"card": {"foil": false, "id":"88439bfc-8942-473b-9e4f-863017788476"}
}
]
}
}
Binary file added src/images/art/art18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,10 @@ video {
background-image: url(../images/art/art9.png);
}

.bg-\[url\(\.\.\/images\/art\/art18\.png\)\] {
background-image: url(../images/art/art18.png);
}

.from-yellow-600\/30 {
--tw-gradient-from: rgb(217 119 6 / 0.3) var(--tw-gradient-from-position);
--tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
Expand Down Expand Up @@ -1135,6 +1139,10 @@ video {
background-image: url(../images/theme.jpg);
}

.hover\:bg-\[url\(\.\.\/images\/art\/art17\.png\)\]:hover {
background-image: url(../images/art/art17.png);
}

.hover\:text-transparent:hover {
color: transparent;
}
Expand Down

0 comments on commit 2de50b8

Please sign in to comment.