mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 08:38:24 +01:00
PROXY EVERYTHING!
This commit is contained in:
parent
6312a11f80
commit
72424969b3
1 changed files with 6 additions and 7 deletions
|
@ -30,10 +30,9 @@
|
|||
<meta content=summary_large_image name=twitter:card>
|
||||
<meta content=@PoketaleBot name=twitter:site>
|
||||
<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=/css/app.main.css rel=stylesheet>
|
||||
</head>
|
||||
<style>
|
||||
.mn {
|
||||
|
@ -63,8 +62,9 @@
|
|||
<link href=/css/app.main.css 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 {
|
||||
text-decoration:underline;
|
||||
font-weight:bold
|
||||
|
@ -156,9 +156,8 @@ summary:hover{
|
|||
@font-face {
|
||||
font-family: 'Ginto Nord';
|
||||
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 {
|
||||
grid-area: info;
|
||||
font-size: small;
|
||||
|
|
Loading…
Reference in a new issue