Merge pull request #64 from ekaoddlass/fix-issue-52
Fix editor menu color
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
696a4de031
commit
78104bbee6
@ -13,3 +13,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: end;
|
align-items: end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.monaco-menu .action-label {
|
||||||
|
color: #a2bd9b;
|
||||||
|
letter-spacing: 0.02em;
|
||||||
|
}
|
Reference in New Issue
Block a user