mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
add visual bg on webapp
This commit is contained in:
parent
d4dcbe64d0
commit
9bbcd3c67e
@ -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{
|
.link-footer{
|
||||||
|
background-image: url('~flavours/glitch/images/bliss/home.jpg');
|
||||||
|
background-position: left;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
a{
|
a{
|
||||||
margin-right: 2ch;
|
margin-right: 2ch;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user