Skip to content

Commit 2bc3e33

Browse files
fix css syntax issue (#114)
1 parent b9a3113 commit 2bc3e33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/docusaurus/src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
--doc-sidebar-width: 350px !important;
2121
}
2222

23-
[data-theme=dark] {
23+
[data-theme='dark'] {
2424
--ifm-color-primary: #f2561d;
2525
--ifm-color-primary-dark: #ee4a0e;
2626
--ifm-color-primary-darker: #ec490e;

0 commit comments

Comments
 (0)