summaryrefslogtreecommitdiff
path: root/src/glibext/tokenstyle.css
blob: 0cf9f374ed848e5a2316bf2e920505cd96141b34 (plain)
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

.token-generic {

    font-family: Cousine;

}




.token-raw-full {

    color: white;

    font-style: italic;
    font-weight: bold;

}

.token-raw-null {

    color: black;

    background-color: pink;

}