aboutsummaryrefslogtreecommitdiff
path: root/data/window.css
blob: 64357a389f4db98f08a59f1d58c6bbc2d2de7d47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
window {
    background: transparent;
    border-radius: 999px;
}

#prompt-box {
    border: none;
}

#prompt-box button {
    border: none;
    border-radius: 0px;
}

#prompt-box entry {
    border: none;
    outline-width: 0px;
    border-radius: 0px;
}