jsketcher/modules/ui/styles/global/main.less
2020-06-22 02:15:18 -07:00

39 lines
No EOL
528 B
Text

html, pre {
.regular-typography;
font-family: 'Roboto', 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, sans-serif;
}
body {
background-color: @bg-base-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;
}
.error-text {
color: @on-color-highlight-variant-red;
}
.warning-text {
color: @on-color-highlight-variant-yellow;
}