mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
17 lines
456 B
XML
17 lines
456 B
XML
<!-- various styles and attributes -->
|
|
<mj-font name="Inter" href="https://fonts.googleapis.com/css?family=Inter" />
|
|
|
|
<mj-attributes>
|
|
<mj-text css-class="txt" align="left" line-height="150%" />
|
|
<mj-table css-class="txt" />
|
|
<mj-button background-color="#3D71D9" rel="noopener" />
|
|
<mj-body css-class="canvas" />
|
|
<mj-all font-family="Inter, Helvetica, Arial" />
|
|
</mj-attributes>
|
|
|
|
<mj-style inline="inline">
|
|
a {
|
|
color: #6E9FFF;
|
|
}
|
|
</mj-style>
|