about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/drawer.scss
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2018-01-14 04:00:21 -0600
committerDavid Yip <yipdw@member.fsf.org>2018-01-14 04:00:21 -0600
commit53cbc9933eaaf7f57067dc897520d0be69c519a8 (patch)
treee2dc926f51a11cfff62d296f5d9d2618920b37e0 /app/javascript/flavours/glitch/styles/components/drawer.scss
parentcd1377de7f870462265ade5d8ad7052ef480dd90 (diff)
Add wave background; blend elefriend in a bit more. #294.
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/drawer.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/drawer.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/drawer.scss b/app/javascript/flavours/glitch/styles/components/drawer.scss
index 8526003bf..c7581fb4f 100644
--- a/app/javascript/flavours/glitch/styles/components/drawer.scss
+++ b/app/javascript/flavours/glitch/styles/components/drawer.scss
@@ -52,6 +52,7 @@
 
   .drawer__inner {
     position: absolute;
+    background: lighten($ui-base-color, 13%) url('~flavours/glitch/images/wave-drawer.png') no-repeat bottom / 100% auto;
     top: 0;
     left: 0;
     box-sizing: border-box;
@@ -69,6 +70,7 @@
       @for $i from 0 through 2 {
         &.mbstobon-#{$i} {
           background: url("~flavours/glitch/images/mbstobon-ui-#{$i}.png") no-repeat left bottom / contain;
+          filter: saturate(80%) contrast(50%) brightness(50%);
         }
       }
     }