Update .config/wofi/style.css

This commit is contained in:
punkfairie 2024-05-19 10:14:38 -07:00
parent 2d836c7425
commit ababa74172
Signed by: punkfairie
GPG key ID: A86AF57F837E320F

View file

@ -13,7 +13,11 @@ window {
color: #fff; color: #fff;
font-weight: bold; font-weight: bold;
background-color: #fff; background-color: #fff;
background: linear-gradient(90deg, rgba(203,166,247,1) 0%, rgba(245,194,231,1) 100%); background: linear-gradient(
90deg,
rgba(203, 166, 247, 1) 0%,
rgba(245, 194, 231, 1) 100%
);
outline: none; outline: none;
border-radius: 15px; border-radius: 15px;
margin: 10px; margin: 10px;
@ -58,6 +62,7 @@ window {
#entry { #entry {
margin: 0px 0px; margin: 0px 0px;
border: none; border: none;
color: #cba6f7;
border-radius: 15px; border-radius: 15px;
background-color: transparent; background-color: transparent;
} }
@ -66,5 +71,9 @@ window {
margin: 0px 0px; margin: 0px 0px;
border: none; border: none;
border-radius: 15px; border-radius: 15px;
background: linear-gradient(45deg, rgba(203,166,247,1) 30%, rgba(245,194,231,1) 100%); background: linear-gradient(
45deg,
rgba(203, 166, 247, 1) 30%,
rgba(245, 194, 231, 1) 100%
);
} }