Merge pull request #8189 from atom/sm-workspace-text-color

Add text color to atom-workspace
This commit is contained in:
Thomas Johansen
2015-08-01 13:32:00 +02:00

View File

@@ -20,6 +20,7 @@ atom-workspace {
height: 100%;
overflow: hidden;
position: relative;
color: @text-color;
background-color: @app-background-color;
font-family: @font-family;