updating flake, userChrome, and emacs.nix

This commit is contained in:
Chris Cochrun 2025-03-13 22:01:56 -05:00
parent cef3749d87
commit c3de5f9330
10 changed files with 550 additions and 401 deletions

View file

@ -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);
}