mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-19 23:12:21 +01:00
39 lines
No EOL
528 B
Text
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;
|
|
} |