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