aboutsummaryrefslogtreecommitdiff
path: root/dot_config/wofi/style.css
blob: 3316176241e308728cb65d502d9de1ed21c5fea1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
* {
    font-family: monospace;
}

window {
    background-color: #7C818C;
}

#input {
    margin: 5px;
    border-radius: 0px;
    border: none;
    border-bottom: 3px solid black;
    background-color: #383C4A;
    color: white;
}

#inner-box {
    background-color: #383C4A;

}

#outer-box {
    margin: 5px;
    padding:20px;
    background-color: #383C4A;
}

#scroll {
}

#text {
    padding: 5px;
    color: white;
}

#entry:nth-child(even){
    background-color: #404552;
}

#entry:selected {
    background-color: #5291e2;
}

#text:selected {
}