1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-26 11:54:21 +01:00
solarized-dark-ui/stylesheets/atom.less
2015-02-05 14:33:42 -06:00

27 lines
429 B
Plaintext

@import "ui-variables";
* {
box-sizing: border-box;
}
atom-workspace {
background-color: @app-background-color;
}
.scrollbars-visible-always {
/deep/ ::-webkit-scrollbar {
width: 10px;
height: 10px;
}
/deep/ ::-webkit-scrollbar-track,
/deep/ ::-webkit-scrollbar-corner {
background: @scroll-background;
}
/deep/ ::-webkit-scrollbar-thumb {
background: @scroll-thumb;
box-shadow: 0 0 1px black inset;
}
}