1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-06-07 17:33: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">
<title>Poke! Games Hub</title>
<style>
:root {
--bg-start: #1a1a2e;
--bg-end: #16213e;
@ -72,9 +73,12 @@
color: #fff;
overflow: hidden;
}
@font-face {
font-family: var(--font-main);
src: url("https://p.poketube.fun/.../robotoflex.ttf");
font-family: "PokeTube Flex";
src: url("https://p.poketube.fun/https://cdn.glitch.global/43b6691a-c8db-41d4-921c-8cf6aa0d9108/robotoflex.ttf?v=1668343428681");
font-style: normal;
font-stretch: 1% 800%;
font-display: swap;
}
@ -125,6 +129,10 @@
background: linear-gradient(90deg, #ff2e63, #08d9d6);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: 1000;
font-stretch: ultra-expanded;
font-family: "Poketube flex";
font-style: italic;
}
.game-container {
display: grid;
@ -171,6 +179,7 @@
}
/* hide game UIs until selected */
canvas, .board { display: none; }
</style>
</head>
<body>