1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-10 09:24:21 +01:00
solarized-dark-ui/stylesheets/atom.less

10 lines
115 B
Plaintext
Raw Normal View History

2013-09-12 01:29:14 +02:00
@import "ui-variables";
2013-11-06 19:17:17 +01:00
* {
box-sizing: border-box;
}
2013-12-02 18:32:35 +01:00
.workspace {
2013-09-12 01:29:14 +02:00
background-color: @app-background-color;
}