Home Gen197 @ 2024-04-29-00:44

This commit is contained in:
Jonas Röger 2024-04-29 00:44:14 +02:00
parent 450b5fe3f4
commit d14d909996

View File

@ -14,23 +14,20 @@
programs.wofi.style = '' programs.wofi.style = ''
#window { #window {
border-radius: 15px; border-radius: 15px;
/* border-image: linear-gradient(45deg, #33ccff, #00ff99); border-color: #33ccff;
border-image-slice: 1; */
border-width: 2px; border-width: 2px;
border-style: solid; border-style: solid;
border-color: transparent;
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;
padding: 10px;
} }
#window::after {
position: absolute; #input {
top: -2px; bottom: -2px; margin: 5px;
left: -2px; right: -2px;
background: linear-gradient(45deg, #33ccff, #00ff99);
content: "";
z-index: -1;
border-radius: 15px; border-radius: 15px;
border-color: #33ccff;
border-width: 2px;
border-style: solid;
background: transparent;
color: white;
} }
#input { #input {