mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:28:28 +01:00
add custom themes :3
This commit is contained in:
parent
8be555bd98
commit
066cc2e2b5
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
|
Switch Instance
|
||||||
</a>
|
</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">
|
<a href="/video/upload" style="text-decoration: none;" class="dropdown__item">
|
||||||
<i class="fa-light fa-video"></i>
|
<i class="fa-light fa-video"></i>
|
||||||
|
@ -1237,7 +1242,7 @@ if (/[?&]autoplay=/.test(location.search)) {
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
</div>
|
</div>
|
||||||
|
<script src="/css/custom-css.js"> </script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue