tonarchy

tonarchy

https://git.tonybtw.com/tonarchy.git git://git.tonybtw.com/tonarchy.git
540 bytes raw
1
.Leader {
2
    stroke-width: 0.5 !important;
3
    stroke: #535353;
4
    fill: none !important;
5
}
6
7
.Button {
8
    stroke-width: 0.25;
9
    stroke: #ededed;
10
    fill: #ededed;
11
}
12
13
.Ring {
14
    stroke-width: 0.5 !important;
15
    stroke: #535353 !important;
16
    fill: none !important;
17
}
18
19
.Label {
20
    stroke: none !important;
21
    stroke-width: 0.1 !important;
22
    font-size: 0.1 !important;
23
    fill: transparent !important;
24
}
25
26
.TouchStrip,
27
.TouchRing {
28
    stroke-width: 0.1 !important;
29
    stroke: #ededed !important;
30
    fill: #535353 !important;
31
}