summaryrefslogtreecommitdiff
path: root/priv/static/metrics-graphics-3.0-alpha3/examples/css/metricsgraphics-demo-accessible.css
diff options
context:
space:
mode:
authorhref <href@random.sh>2021-09-01 10:30:18 +0200
committerhref <href@random.sh>2021-09-01 10:30:18 +0200
commit75687711f35355bc30e4829439384aab28fcac6d (patch)
tree8f3256f472893c39720a684d390e890a152f7303 /priv/static/metrics-graphics-3.0-alpha3/examples/css/metricsgraphics-demo-accessible.css
parentlink: post_* callbacks; html & pdftitle. (diff)
Commit all the changes that hasn't been committed + updates.
Diffstat (limited to 'priv/static/metrics-graphics-3.0-alpha3/examples/css/metricsgraphics-demo-accessible.css')
-rw-r--r--priv/static/metrics-graphics-3.0-alpha3/examples/css/metricsgraphics-demo-accessible.css26
1 files changed, 26 insertions, 0 deletions
diff --git a/priv/static/metrics-graphics-3.0-alpha3/examples/css/metricsgraphics-demo-accessible.css b/priv/static/metrics-graphics-3.0-alpha3/examples/css/metricsgraphics-demo-accessible.css
new file mode 100644
index 0000000..5ebf9b7
--- /dev/null
+++ b/priv/static/metrics-graphics-3.0-alpha3/examples/css/metricsgraphics-demo-accessible.css
@@ -0,0 +1,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;
+} \ No newline at end of file