Skip to content

Commit e331ac7

Browse files
committed
fix(css): Correctly specify grammar-literal-bg
1 parent 1536d89 commit e331ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

theme/reference.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
--alert-warning-color: #9a6700;
1616
--alert-edition-color: #1a7f37;
1717
--alert-example-color: #8250df;
18-
--gramar-literal-bg: #fafafa;
18+
--grammar-literal-bg: #fafafa;
1919
}
2020
.rust {
2121
--alert-note-color: #023b95;
@@ -40,7 +40,7 @@
4040
--alert-warning-color: #f0b72f;
4141
--alert-edition-color: #2bd853;
4242
--alert-example-color: #d3abff;
43-
--gramar-literal-bg: #191f26;
43+
--grammar-literal-bg: #191f26;
4444
}
4545
.coal, .navy, .ayu {
4646
--grammar-comment-color: lch(from var(--quote-bg) calc(l + 50) 0 0);

0 commit comments

Comments
 (0)