Skip to content

Commit 9abb7c5

Browse files
committed
add another var, improve comment
1 parent d54ca93 commit 9abb7c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dark/userchrome.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
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 {
@@ -60,7 +61,7 @@
6061
/*------ Editor: checkbox [ ] and [x] ---------------------------------------*/
6162
/*
6263
.ace_variable {
63-
color: lightgrey !important;
64+
color: var(--editor-checkbox-color) !important;
6465
}
6566
*/
6667
/*---------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)