Skip to content

Commit aa6e0bc

Browse files
committed
Remove comment lines I added
Changes to be committed: modified: static/style.css
1 parent 5408fa6 commit aa6e0bc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

static/style.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
--light-color-icon-background: var(--light-color-background);
1313
--light-color-icon-text: var(--light-color-text);
1414

15-
/* these are used in the code below but never defined. Making a guess */
1615
--light-color-comment-tag-text: var(--light-color-text);
1716
--light-color-comment-tag: var(--light-color-background);
1817

@@ -61,7 +60,6 @@
6160
--dark-color-icon-background: var(--dark-color-background-secondary);
6261
--dark-color-icon-text: var(--dark-color-text);
6362

64-
/* these are used in the code below but never defined. Making a guess */
6563
--dark-color-comment-tag-text: var(--dark-color-text);
6664
--dark-color-comment-tag: var(--dark-color-background);
6765

@@ -118,7 +116,6 @@
118116
--color-icon-background: var(--light-color-icon-background);
119117
--color-icon-text: var(--light-color-icon-text);
120118

121-
/* these are used in the code below but never defined. Making a guess */
122119
--color-comment-tag-text: var(--light-color-text);
123120
--color-comment-tag: var(--light-color-background);
124121

@@ -170,7 +167,6 @@
170167
--color-icon-background: var(--dark-color-icon-background);
171168
--color-icon-text: var(--dark-color-icon-text);
172169

173-
/* these are used in the code below but never defined. Making a guess */
174170
--color-comment-tag-text: var(--dark-color-text);
175171
--color-comment-tag: var(--dark-color-background);
176172

@@ -228,7 +224,6 @@ body {
228224
--color-text-aside: var(--light-color-text-aside);
229225
--color-icon-text: var(--light-color-icon-text);
230226

231-
/* these are used in the code below but never defined. Making a guess */
232227
--color-comment-tag-text: var(--light-color-text);
233228
--color-comment-tag: var(--light-color-background);
234229

@@ -277,7 +272,6 @@ body {
277272
--color-text-aside: var(--dark-color-text-aside);
278273
--color-icon-text: var(--dark-color-icon-text);
279274

280-
/* these are used in the code below but never defined. Making a guess */
281275
--color-comment-tag-text: var(--dark-color-text);
282276
--color-comment-tag: var(--dark-color-background);
283277

0 commit comments

Comments
 (0)