Add text color to atom-workspace

So text is readable on top of @app-background-color
This commit is contained in:
simurai 2015-08-01 16:51:36 +09:00
parent e2f004ef58
commit 9fb97b093f

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;