Merge pull request #64 from ekaoddlass/fix-issue-52

Fix editor menu color
This commit is contained in:
Stuart Taylor
2018-05-19 11:37:21 +01:00
committed by Mrugesh Mohapatra
parent 696a4de031
commit 78104bbee6

View File

@ -12,4 +12,9 @@
height: 100%;
display: flex;
align-items: end;
}
.monaco-menu .action-label {
color: #a2bd9b;
letter-spacing: 0.02em;
}