mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:58:26 +01:00
PROXY EVERYTHING!
This commit is contained in:
parent
6312a11f80
commit
72424969b3
1 changed files with 6 additions and 7 deletions
|
@ -30,11 +30,10 @@
|
||||||
<meta content=summary_large_image name=twitter:card>
|
<meta content=summary_large_image name=twitter:card>
|
||||||
<meta content=@PoketaleBot name=twitter:site>
|
<meta content=@PoketaleBot name=twitter:site>
|
||||||
<meta content=@PoketaleBot name=twitter:creator>
|
<meta content=@PoketaleBot name=twitter:creator>
|
||||||
<link href=https://p.poketube.fun/https://cdn.poketalebot.com/404/v2.css rel=stylesheet>
|
<link href=/css/app-cdn.min.css rel=stylesheet>
|
||||||
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
<link href="https://fonts.poketube.fun/css/fonts.css" rel=stylesheet>
|
||||||
|
|
||||||
<link href=/css/app.main.css rel=stylesheet>
|
</head>
|
||||||
</head>
|
|
||||||
<style>
|
<style>
|
||||||
.mn {
|
.mn {
|
||||||
background: #181818;
|
background: #181818;
|
||||||
|
@ -63,8 +62,9 @@
|
||||||
<link href=/css/app.main.css rel=stylesheet>
|
<link href=/css/app.main.css rel=stylesheet>
|
||||||
<link href="/css/search.main.css?v=56" rel=stylesheet>
|
<link href="/css/search.main.css?v=56" rel=stylesheet>
|
||||||
|
|
||||||
<link href=https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
<style>
|
||||||
<style>
|
@import url("https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
|
||||||
|
|
||||||
a.class:hover {
|
a.class:hover {
|
||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
font-weight:bold
|
font-weight:bold
|
||||||
|
@ -156,9 +156,8 @@ summary:hover{
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Ginto Nord';
|
font-family: 'Ginto Nord';
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
src:url('https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto-Nord-800.woff') format("woff");
|
src:url('https://p.poketube.fun/https://cdn.statically.io/gh/brecert/discord-quote-generator/main/Ginto-Nord-800.woff') format("woff");
|
||||||
}
|
}
|
||||||
|
|
||||||
.video > .info {
|
.video > .info {
|
||||||
grid-area: info;
|
grid-area: info;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
|
|
Loading…
Reference in a new issue