Yes, I'm crazy.
border-color: transparent;
}
-/* Math block, inline math */
+/* Math block, inline math, math inside buttons because I am crazy */
div.m-math {
overflow-x: auto;
overflow-y: hidden; /* Chrome 62 displays a vertical scrollbar otherwise */
text-align: center;
}
+div.m-button a svg.m-math { fill: var(--button-background-color); }
+div.m-button.m-flat a svg.m-math { fill: var(--color); }
+div.m-button.m-flat a:hover svg.m-math, div.m-button.m-default a:focus svg.m-math,
+div.m-button.m-default a:active svg.m-math {
+ fill: var(--link-active-color);
+}
/* Plots */
div.m-plot svg {
overflow-y: hidden;
text-align: center;
}
+div.m-button a svg.m-math { fill: #22272e; }
+div.m-button.m-flat a svg.m-math { fill: #dcdcdc; }
+div.m-button.m-flat a:hover svg.m-math, div.m-button.m-default a:focus svg.m-math,
+div.m-button.m-default a:active svg.m-math {
+ fill: #a5c9ea;
+}
div.m-plot svg {
text-align: center;
}
overflow-y: hidden;
text-align: center;
}
+div.m-button a svg.m-math { fill: #22272e; }
+div.m-button.m-flat a svg.m-math { fill: #dcdcdc; }
+div.m-button.m-flat a:hover svg.m-math, div.m-button.m-default a:focus svg.m-math,
+div.m-button.m-default a:active svg.m-math {
+ fill: #a5c9ea;
+}
div.m-plot svg {
text-align: center;
}
overflow-y: hidden;
text-align: center;
}
+div.m-button a svg.m-math { fill: #ffffff; }
+div.m-button.m-flat a svg.m-math { fill: #000000; }
+div.m-button.m-flat a:hover svg.m-math, div.m-button.m-default a:focus svg.m-math,
+div.m-button.m-default a:active svg.m-math {
+ fill: #cb4b16;
+}
div.m-plot svg {
text-align: center;
}
overflow-y: hidden;
text-align: center;
}
+div.m-button a svg.m-math { fill: #ffffff; }
+div.m-button.m-flat a svg.m-math { fill: #000000; }
+div.m-button.m-flat a:hover svg.m-math, div.m-button.m-default a:focus svg.m-math,
+div.m-button.m-default a:active svg.m-math {
+ fill: #cb4b16;
+}
div.m-plot svg {
text-align: center;
}