blob: 7a9cc701339b1b52f8fcd61e6b0e025cf8f804cb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
.tree-view {
font-size: 16px;
}
.tab-bar .tab {
font-size: 16px;
}
.symbols-tree-view {
font-size: 14px;
}
.editor {
-webkit-font-smoothing: antialiasing;
}
.editor, atom-text-editor.editor {
.bracket-matcher .region {
position: absolute;
border: 1px solid rgba(0, 255, 0, 0.7);
background-color: rgba(0, 255, 0, 0.3);
}
}
|