[Client:Mobile] 🎨

This commit is contained in:
syuilo 2017-03-25 16:18:05 +09:00
parent ab8423e2b9
commit ed4a7ebd0c
2 changed files with 5 additions and 3 deletions

View file

@ -71,8 +71,10 @@
overflow auto
white-space nowrap
font-size 0.9em
color #555
background #fff
color rgba(0, 0, 0, 0.67)
-webkit-backdrop-filter blur(12px)
backdrop-filter blur(12px)
background-color rgba(#fff, 0.75)
border-bottom solid 1px rgba(0, 0, 0, 0.13)
> p

View file

@ -30,7 +30,7 @@
height $height
-webkit-backdrop-filter blur(12px)
backdrop-filter blur(12px)
background-color rgba(#313a40, 0.75)
background-color rgba(#1b2023, 0.75)
> .content
z-index 1024