mirror of
https://codeberg.org/ashley/poke.git
synced 2025-06-07 15:53:03 -04:00
Update html/gamehub.ejs
This commit is contained in:
parent
556285a8d1
commit
4a8070e65c
1 changed files with 13 additions and 4 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue