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