blob: b665246f4855ce263dd3cfe1e7b40ba30ee6c926 (
plain)
1
2
3
4
5
6
7
8
9
|
.Leader { stroke-width: 0.5 !important; stroke: #9ea9e4 !important; fill: none !important; }
.Button { stroke-width: 0.25; stroke: #9ea9e4; fill: rgba(158, 169, 228, 0.12); }
.Ring { stroke-width: 0.5 !important; stroke: #9ea9e4 !important; fill: none !important; }
.Label { stroke-width: 0.1 !important; stroke: none !important; fill: transparent !important; font-size: 0.1 !important; }
.TouchStrip, .TouchRing { stroke-width: 0.1 !important; stroke: #9ea9e4 !important; fill: rgba(158, 169, 228, 0.25) !important; }
|