9 lines
164 B
CSS
Raw Normal View History

2018-07-24 17:18:07 +00:00
afx-app-window[data-id="TinyEditor"] textarea[data-id="editor"]
{
background-color: #272822;
color:white;
margin: 0;
padding:10px;
border: 0;
}