updating flake, userChrome, and emacs.nix
This commit is contained in:
parent
cef3749d87
commit
c3de5f9330
10 changed files with 550 additions and 401 deletions
|
@ -33,17 +33,17 @@ Cool floating search panel
|
|||
width: 64vw !important;
|
||||
|
||||
/* cool translucent background */
|
||||
&:before{
|
||||
&::backdrop{
|
||||
content: "";
|
||||
position: fixed;
|
||||
pointer-events: none;
|
||||
border-radius: var(--rounding);
|
||||
|
||||
width: 200vw;
|
||||
height: 200vh;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
|
||||
top: -30vh;
|
||||
left: -30vw;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
|
||||
background-color: color-mix(in srgb, var(--bg-col) 80%, transparent);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue