user/eww: use lighter text for shadow
This commit is contained in:
parent
ae26fd9a09
commit
c8f4410d94
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ window {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
padding: 5px 15px;
|
padding: 5px 15px;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
box-shadow: $accent 0px 0px 2px;
|
box-shadow: rgba($foreground, .7) 0px 0px 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue