forked from FoundKeyGang/FoundKey
[Client:Mobile] 🎨
This commit is contained in:
parent
ab8423e2b9
commit
ed4a7ebd0c
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue