aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-11-22 14:13:44 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-11-22 14:13:44 +0100
commitd1b55b58f7d9c34d2bd2e2d55399090e89c08452 (patch)
treea88eecfa69412a289b2e0fe0e0c11e193bd0df3b /static
parentefb92a00185963a763217d4bedce7a1591c6dc22 (diff)
add placeholder for shuffle
Diffstat (limited to 'static')
-rw-r--r--static/pages/shuffle/index.css5
-rw-r--r--static/pages/shuffle/index.js2
2 files changed, 6 insertions, 1 deletions
diff --git a/static/pages/shuffle/index.css b/static/pages/shuffle/index.css
index 534a647..8c9434e 100644
--- a/static/pages/shuffle/index.css
+++ b/static/pages/shuffle/index.css
@@ -3,4 +3,9 @@
width: 100%;
height: 100%;
background: var(--page-background);
+ text-align: center;
+ align-content: center;
+ color: #838b97;
+ font-family: 'Pacifico';
+ user-select: none;
}
diff --git a/static/pages/shuffle/index.js b/static/pages/shuffle/index.js
index b282556..7bfd33e 100644
--- a/static/pages/shuffle/index.js
+++ b/static/pages/shuffle/index.js
@@ -10,7 +10,7 @@ export default class ShuffleView extends sfw.element.Container {
this.body.append(
Div.new({
id: 'container',
- innerText: 'shuffle',
+ innerText: 'Pure Emptiness',
})
)
}