mirror of
https://github.com/osmarks/website
synced 2025-06-11 11:04:07 +00:00
improve search overlay more
This commit is contained in:
parent
7fa23b042a
commit
4d0035c9bf
@ -11,6 +11,7 @@ $navbar-width: 20rem
|
|||||||
--autocol-saturation: 85%
|
--autocol-saturation: 85%
|
||||||
--autocol-border: 0%
|
--autocol-border: 0%
|
||||||
--block-lightness: 85%
|
--block-lightness: 85%
|
||||||
|
--overlay-opacity: 0.8
|
||||||
|
|
||||||
@font-face
|
@font-face
|
||||||
font-family: 'osmarks-primary'
|
font-family: 'osmarks-primary'
|
||||||
@ -319,7 +320,8 @@ $hl-border: 3px
|
|||||||
--autocol-lightness: 10%
|
--autocol-lightness: 10%
|
||||||
--autocol-saturation: 50%
|
--autocol-saturation: 50%
|
||||||
--autocol-border: 35%
|
--autocol-border: 35%
|
||||||
--block-lightness: 10%
|
--block-lightness: 20%
|
||||||
|
--overlay-opacity: 0.5
|
||||||
|
|
||||||
nav .logocont
|
nav .logocont
|
||||||
color: white
|
color: white
|
||||||
@ -402,7 +404,7 @@ table
|
|||||||
left: 0
|
left: 0
|
||||||
bottom: 0
|
bottom: 0
|
||||||
right: 0
|
right: 0
|
||||||
background: rgba(0, 0, 0, 0.9)
|
background: rgba(0, 0, 0, var(--overlay-opacity))
|
||||||
backdrop-filter: blur(10px)
|
backdrop-filter: blur(10px)
|
||||||
padding: 2em
|
padding: 2em
|
||||||
color: white
|
color: white
|
||||||
|
Loading…
x
Reference in New Issue
Block a user