Update .config/wofi/style.css
This commit is contained in:
parent
2d836c7425
commit
ababa74172
1 changed files with 54 additions and 45 deletions
|
@ -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%
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue