mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 21:05:22 +01:00
25 lines
No EOL
486 B
Text
25 lines
No EOL
486 B
Text
html, pre {
|
|
font: @font-size 'Lucida Grande', sans-serif;
|
|
}
|
|
|
|
body {
|
|
background-color: @bg-color;
|
|
color: @font-color;
|
|
font-family: 'Roboto', 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, sans-serif;
|
|
}
|
|
|
|
iframe {
|
|
border: 0;
|
|
}
|
|
|
|
.disable-selection {
|
|
.no-selection();
|
|
}
|
|
|
|
.compact-font, .condensed {
|
|
font-family: 'Roboto Condensed', 'Helvetica Neue Light', HelveticaNeue-Light, 'Helvetica Neue', Helvetica, sans-serif;
|
|
}
|
|
|
|
pre {
|
|
line-height: 1.5;
|
|
} |