mirror of
https://codeberg.org/ashley/poke.git
synced 2025-06-09 11:33:01 -04:00
Add cursor hotspot coordinates to CSS files
This commit is contained in:
parent
c15178a5c9
commit
5f88dbbb6b
22 changed files with 49 additions and 40 deletions
|
@ -34,8 +34,8 @@
|
|||
<meta name="darkreader-lock"> <!-- tells dark reader that the site has a dark theme and to turn itself off -->
|
||||
<link href=/css/app-cdn.min.css rel=stylesheet>
|
||||
<link href=/css/app-cdn.min.css rel=stylesheet>
|
||||
<link href=/css/app.main.css?v=45 rel=stylesheet>
|
||||
<link href=/css/search.main.css rel=stylesheet>
|
||||
<link href=/css/app.main.css?v=44600 rel=stylesheet>
|
||||
<link href=/css/search.main.css?v=57 rel=stylesheet>
|
||||
<link href=/css/watch.main.css rel=stylesheet>
|
||||
<meta content="#1a1a1a" name="theme-color">
|
||||
</head>
|
||||
|
@ -676,8 +676,8 @@ element.addEventListener('wheel', (e) => {
|
|||
<center>
|
||||
<section class=youtube-video>
|
||||
<link href=/css/app-cdn.min.css rel=stylesheet>
|
||||
<link href=/css/app.main.css rel=stylesheet>
|
||||
<link href="/css/search.main.css?v=56" rel=stylesheet>
|
||||
<link href=/css/app.main.css?v=44600 rel=stylesheet>
|
||||
<link href="/css/search.main.css?v=57" rel=stylesheet>
|
||||
|
||||
<style>
|
||||
@import url("https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue