mirror of
https://codeberg.org/ashley/poke
synced 2025-06-19 12:12:09 +00:00
Update html/gamehub.ejs
This commit is contained in:
parent
556285a8d1
commit
4a8070e65c
@ -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,11 +73,14 @@
|
||||
color: #fff;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: var(--font-main);
|
||||
src: url("https://p.poketube.fun/.../robotoflex.ttf");
|
||||
font-display: swap;
|
||||
}
|
||||
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;
|
||||
}
|
||||
|
||||
/* FULL-PAGE EMOJI GRID */
|
||||
.emoji-bg {
|
||||
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user