mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-10 09:24:21 +01:00
11 lines
132 B
Plaintext
11 lines
132 B
Plaintext
@import "ui-variables";
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#root-view {
|
|
font: caption;
|
|
background-color: @app-background-color;
|
|
}
|