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

#input {
    margin: .5em;
}

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

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