summaryrefslogtreecommitdiff
path: root/priv/static/metrics-graphics-3.0-alpha3/examples/css/metricsgraphics-demo-accessible.css
blob: 5ebf9b74e94212989cc45dead6399566725925d0 (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
html {
    font-size: 16px;
}

.mg-x-axis text,
.mg-y-axis text,
.mg-histogram .axis text {
    opacity: 0.9;
}

.mg-x-axis line,
.mg-y-axis line {
    opacity: 1;
}

.mg-markers text,
.mg-year-marker text,
.mg-baselines text {
    opacity: 0.9;
}

.mg-markers line,
.mg-year-marker line,
.mg-baselines line {
    opacity: 1;
}