summary refs log tree commit diff
path: root/.config/wofi/style.css
blob: 157530b4775eee185d80ac7baf58d7fd4402b73a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
window {
    font-family: Iosevka Sparkle;
    font-size: large;
}

#input {
    margin: .5em;
}

#text {
    margin: .2em .5em;
}

#img {
    -gtk-icon-transform: scale(.6);
}