diff --git a/app/javascript/flavours/glitch/styles/_custom_tk.scss b/app/javascript/flavours/glitch/styles/_custom_tk.scss index 555d7b08b..e17739945 100644 --- a/app/javascript/flavours/glitch/styles/_custom_tk.scss +++ b/app/javascript/flavours/glitch/styles/_custom_tk.scss @@ -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; }