Skip to content

Commit eeda43c

Browse files
committed
fix: stripe color of Light Modern theme
1 parent 2812ac2 commit eeda43c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

views/code-snippets-editor/src/CodeSnippetsEditor.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
background-color: var(--code-snippets-editor-snippet-item-background);
1515

1616
&:nth-child(odd) {
17-
// TODO: use more appropriate color
18-
--code-snippets-editor-snippet-item-background: #262626;
17+
--code-snippets-editor-snippet-item-background: hsla(0,0%,51%,.04);
1918
}
2019

2120
&:hover {

views/code-snippets-editor/src/components/SnippetItem.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
display: flex;
1818
align-items: center;
1919
width: 100%;
20-
background: var(--code-snippets-editor-snippet-item-background);
2120
padding-bottom: 0.5rem;
2221
&__prefix {
2322
min-width: 6em;

0 commit comments

Comments
 (0)