add visual bg on webapp

This commit is contained in:
Tykayn 2022-11-15 19:52:51 +01:00 committed by tykayn
parent d4dcbe64d0
commit 9bbcd3c67e
1 changed files with 16 additions and 0 deletions

View File

@ -55,7 +55,23 @@
}
}
#mastodon{
background-image: linear-gradient(transparent, #15141A 90%), url('~flavours/glitch/images/bliss/a_travers_pic_mastodon_grey.jpg');
background-position: top left;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: 100vh;
.compose-panel{
background-image: linear-gradient(transparent, #15141A 90%);
}
}
// add logo in links on webapp
.link-footer{
background-image: url('~flavours/glitch/images/bliss/home.jpg');
background-position: left;
background-repeat: no-repeat;
a{
margin-right: 2ch;
}