mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 13:14:38 -05:00
new header :3
This commit is contained in:
parent
a1c250d6e4
commit
09cff712ec
1 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,7 @@
|
||||||
<link href=/css/app.main.css rel=stylesheet>
|
<link href=/css/app.main.css rel=stylesheet>
|
||||||
<link href=/css/search.main.css rel=stylesheet>
|
<link href=/css/search.main.css rel=stylesheet>
|
||||||
<link href=/css/watch.main.css rel=stylesheet>
|
<link href=/css/watch.main.css rel=stylesheet>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
a.class:hover {
|
a.class:hover {
|
||||||
text-decoration:underline;
|
text-decoration:underline;
|
||||||
|
@ -79,7 +80,9 @@ border-radius: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app{
|
.app{
|
||||||
background-image:url("https://p.poketube.fun/https://cdn.glitch.global/5d35aeaf-2df2-4f2f-a4b7-b486694c329b/189cce97-1473-45fc-836f-e797aa466947.image.png?v=1660302885467")
|
background-image:url("/css/head.svg");
|
||||||
|
background-size: cover;
|
||||||
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* nice classname am i rigth */
|
/* nice classname am i rigth */
|
||||||
|
|
Loading…
Reference in a new issue