We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1868d4d commit db0d07bCopy full SHA for db0d07b
1 file changed
styles/atom-ide-datatips-marked.less
@@ -7,8 +7,8 @@
7
8
.datatip-marked-container {
9
color: @syntax-text-color;
10
- font-family: var(--editor-font-family);
11
- font-size: var(--editor-font-size);
+ font-family: @font-family;
+ font-size: @font-size;
12
max-height: 400px;
13
max-width: 64em;
14
overflow: auto;
0 commit comments