File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1515 --editor-emphasis-color : salmon;
1616 --editor-emphasis-font-style : italic;
1717 --editor-list-element-color : deepskyblue;
18+ --editor-checkbox-color : lightgrey; /* not used */
1819}
19- /* not used means it needs to be uncommented in the proper section */
20+ /* not used: to take effect the proper section must be uncommented */
2021
2122/*------ Editor: Headings ---------------------------------------------------*/
2223.ace_heading {
6061/*------ Editor: checkbox [ ] and [x] ---------------------------------------*/
6162/*
6263.ace_variable {
63- color: lightgrey !important;
64+ color: var(--editor-checkbox-color) !important;
6465}
6566*/
6667/*---------------------------------------------------------------------------*/
You can’t perform that action at this time.
0 commit comments