mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 06:28:35 +01:00
add custom themes :3
This commit is contained in:
parent
1c593e8ede
commit
f84df69787
1 changed files with 6 additions and 1 deletions
|
@ -412,6 +412,11 @@ But Please note that unofficial instances can add the same lock icon, so please
|
|||
Switch Instance
|
||||
</a>
|
||||
|
||||
<a href="/custom-theme" style="text-decoration: none;" class="dropdown__item">
|
||||
<i class="fa-light fa-brush"></i>
|
||||
Theme Poketube
|
||||
</a>
|
||||
|
||||
|
||||
<a href="/video/upload" style="text-decoration: none;" class="dropdown__item">
|
||||
<i class="fa-light fa-video"></i>
|
||||
|
@ -1237,7 +1242,7 @@ if (/[?&]autoplay=/.test(location.search)) {
|
|||
|
||||
<% } %>
|
||||
</div>
|
||||
|
||||
<script src="/css/custom-css.js"> </script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in a new issue