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