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
|
overflow auto
|
||||||
white-space nowrap
|
white-space nowrap
|
||||||
font-size 0.9em
|
font-size 0.9em
|
||||||
color #555
|
color rgba(0, 0, 0, 0.67)
|
||||||
background #fff
|
-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)
|
border-bottom solid 1px rgba(0, 0, 0, 0.13)
|
||||||
|
|
||||||
> p
|
> p
|
||||||
|
|
|
@ -30,7 +30,7 @@
|
||||||
height $height
|
height $height
|
||||||
-webkit-backdrop-filter blur(12px)
|
-webkit-backdrop-filter blur(12px)
|
||||||
backdrop-filter blur(12px)
|
backdrop-filter blur(12px)
|
||||||
background-color rgba(#313a40, 0.75)
|
background-color rgba(#1b2023, 0.75)
|
||||||
|
|
||||||
> .content
|
> .content
|
||||||
z-index 1024
|
z-index 1024
|
||||||
|
|
Loading…
Reference in a new issue