30 lines
319 B
Plaintext
30 lines
319 B
Plaintext
@import "theme.less";
|
|
|
|
html {
|
|
box-sizing: border-box;
|
|
background: @color2;
|
|
font-family: "Liberation Mono", monospace;
|
|
font-size: 14px;
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
body {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
*,
|
|
*:before,
|
|
*:after {
|
|
box-sizing: inherit;
|
|
}
|
|
|
|
*:focus {
|
|
outline: none;
|
|
}
|
|
|
|
[onClick] {
|
|
cursor: pointer;
|
|
}
|