mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 00:14:39 -05:00
add gradient to bg
This commit is contained in:
parent
6b5e2720e3
commit
ebd9a887c0
1 changed files with 9 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
-->
|
||||
|
||||
|
||||
<!DOCTYPE html><html>
|
||||
<!DOCTYPE html><html class="gradient-bg">
|
||||
<head>
|
||||
<title>PokeTube | Customize</title>
|
||||
<link href=/css/yt-ukraine.svg?v=6 rel=icon>
|
||||
|
@ -46,6 +46,7 @@
|
|||
<section class=youtube-video>
|
||||
|
||||
<style>
|
||||
|
||||
@import url("https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
|
||||
* {
|
||||
font-family:ubuntu, sans-serif
|
||||
|
@ -60,6 +61,10 @@
|
|||
summary:hover{
|
||||
color:white;
|
||||
}
|
||||
|
||||
.gradient-bg{
|
||||
background-image:linear-gradient(to bottom right, #9666F7, #B37C6B); !important
|
||||
}
|
||||
</style>
|
||||
<!-- WIGGLE WIGGLE WIGGLE -->
|
||||
<style>
|
||||
|
@ -419,7 +424,7 @@ text-transform:uppercase;
|
|||
|
||||
//--><!]]>
|
||||
</script>
|
||||
<div class="app">
|
||||
<div class="app gradient-bg">
|
||||
|
||||
<nav>
|
||||
<div class="left">
|
||||
|
@ -481,7 +486,6 @@ text-transform:uppercase;
|
|||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
|
||||
|
@ -567,6 +571,8 @@ text-transform:uppercase;
|
|||
<% } %>
|
||||
|
||||
<script src="/css/custom-css.js"> </script>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in a new issue