jsketcher/modules/ui/styles/global/main.less
Val Erastov (xibyte) 0014150207 work on typography
2020-05-21 17:17:06 -07:00

31 lines
401 B
Text

html, pre {
.regular-typography;
font-family: 'Roboto', 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, sans-serif;
}
body {
background-color: @bg-color;
color: @font-color;
}
iframe {
border: 0;
}
.disable-selection {
.no-selection();
}
pre {
line-height: 1.5;
}
.hover:hover {
background-color: @color-highlight;
}
path {
stroke: currentColor;
}