1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-06-07 23:53:01 -04:00

Update html/gamehub.ejs

This commit is contained in:
ashley 2025-04-26 23:43:29 +00:00
parent 556285a8d1
commit 4a8070e65c

View file

@ -55,6 +55,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Poke! Games Hub</title> <title>Poke! Games Hub</title>
<style> <style>
:root { :root {
--bg-start: #1a1a2e; --bg-start: #1a1a2e;
--bg-end: #16213e; --bg-end: #16213e;
@ -72,11 +73,14 @@
color: #fff; color: #fff;
overflow: hidden; overflow: hidden;
} }
@font-face { @font-face {
font-family: var(--font-main); font-family: "PokeTube Flex";
src: url("https://p.poketube.fun/.../robotoflex.ttf"); src: url("https://p.poketube.fun/https://cdn.glitch.global/43b6691a-c8db-41d4-921c-8cf6aa0d9108/robotoflex.ttf?v=1668343428681");
font-display: swap; font-style: normal;
} font-stretch: 1% 800%;
font-display: swap;
}
/* FULL-PAGE EMOJI GRID */ /* FULL-PAGE EMOJI GRID */
.emoji-bg { .emoji-bg {
@ -125,6 +129,10 @@
background: linear-gradient(90deg, #ff2e63, #08d9d6); background: linear-gradient(90deg, #ff2e63, #08d9d6);
-webkit-background-clip: text; -webkit-background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
font-weight: 1000;
font-stretch: ultra-expanded;
font-family: "Poketube flex";
font-style: italic;
} }
.game-container { .game-container {
display: grid; display: grid;
@ -171,6 +179,7 @@
} }
/* hide game UIs until selected */ /* hide game UIs until selected */
canvas, .board { display: none; } canvas, .board { display: none; }
</style> </style>
</head> </head>
<body> <body>