|
|
|
@ -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;
|
|
|
|
|
}
|
|
|
|
|