+
Announced
-
diff --git a/src/views/screenshots/CountdownView.vue b/src/views/screenshots/CountdownView.vue
index 15515b9..9bd98b0 100644
--- a/src/views/screenshots/CountdownView.vue
+++ b/src/views/screenshots/CountdownView.vue
@@ -1,14 +1,14 @@
-
+
-
+
-
Splatoon 3
+
Splatoon 3
diff --git a/tailwind.config.js b/tailwind.config.js
index d34ca44..f2fab86 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -1,3 +1,5 @@
+const plugin = require("tailwindcss/plugin");
+
module.exports = {
content: [
'./index.html',
@@ -22,5 +24,9 @@ module.exports = {
},
},
},
- plugins: [],
+ plugins: [
+ plugin(function({ addVariant }) {
+ addVariant('ss', 'body.for-screenshots &')
+ })
+ ]
}