Home Gen194 @ 2024-04-29-00:36

This commit is contained in:
Jonas Röger 2024-04-29 00:36:58 +02:00
parent 441848bae6
commit 072a922112

View File

@ -12,7 +12,7 @@
}; };
programs.wofi.style = '' programs.wofi.style = ''
.window { #window {
border-radius: 15px; border-radius: 15px;
/* border-image: linear-gradient(45deg, #33ccff, #00ff99); /* border-image: linear-gradient(45deg, #33ccff, #00ff99);
border-image-slice: 1; */ border-image-slice: 1; */
@ -21,7 +21,7 @@
background-color: rgba(0.23, 0.26, 0.32, 0.6); background-color: rgba(0.23, 0.26, 0.32, 0.6);
background-clip: padding-box; background-clip: padding-box;
} }
.window::after { #window::after {
position: absolute; position: absolute;
top: -2px; bottom: -2px; top: -2px; bottom: -2px;
left: -2px; right: -2px; left: -2px; right: -2px;