Skip to content

Commit 404b6db

Browse files
committed
style: remove outdated hex comment
1 parent 384a189 commit 404b6db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/shared/variables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@
9898
--editor-cursor: #7e7e7f;
9999
--editor-matching-bracket-color: var(--text-color-primary);
100100
--editor-matching-bracket-border: #ff00ea;
101-
--editor-blurred-background: rgb(255 255 255 / 0.65); /* eeeeeea6 */
101+
--editor-blurred-background: rgb(255 255 255 / 0.65);
102102
}
103103
}

0 commit comments

Comments
 (0)