mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
16 lines
197 B
SCSS
16 lines
197 B
SCSS
|
@import "theme";
|
||
|
|
||
|
* {
|
||
|
font-size: $defaultFontSize;
|
||
|
font-family: $fontFamily;
|
||
|
}
|
||
|
|
||
|
*,
|
||
|
*:before,
|
||
|
*:after {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
box-sizing: border-box;
|
||
|
vertical-align: top;
|
||
|
}
|