add gradient to bg

This commit is contained in:
Ashley 2023-03-18 13:00:17 +00:00
parent 6b5e2720e3
commit ebd9a887c0

View file

@ -18,7 +18,7 @@
--> -->
<!DOCTYPE html><html> <!DOCTYPE html><html class="gradient-bg">
<head> <head>
<title>PokeTube | Customize</title> <title>PokeTube | Customize</title>
<link href=/css/yt-ukraine.svg?v=6 rel=icon> <link href=/css/yt-ukraine.svg?v=6 rel=icon>
@ -46,6 +46,7 @@
<section class=youtube-video> <section class=youtube-video>
<style> <style>
@import url("https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css"); @import url("https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css");
* { * {
font-family:ubuntu, sans-serif font-family:ubuntu, sans-serif
@ -60,6 +61,10 @@
summary:hover{ summary:hover{
color:white; color:white;
} }
.gradient-bg{
background-image:linear-gradient(to bottom right, #9666F7, #B37C6B); !important
}
</style> </style>
<!-- WIGGLE WIGGLE WIGGLE --> <!-- WIGGLE WIGGLE WIGGLE -->
<style> <style>
@ -419,7 +424,7 @@ text-transform:uppercase;
//--><!]]> //--><!]]>
</script> </script>
<div class="app"> <div class="app gradient-bg">
<nav> <nav>
<div class="left"> <div class="left">
@ -481,7 +486,6 @@ text-transform:uppercase;
</div>
<script> <script>
@ -567,6 +571,8 @@ text-transform:uppercase;
<% } %> <% } %>
<script src="/css/custom-css.js"> </script> <script src="/css/custom-css.js"> </script>
</div>
</body> </body>
</html> </html>