Skip to content

Commit

Permalink
fix css syntax issue (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
yurii-prykhodko-solid authored Jan 25, 2024
1 parent b9a3113 commit 2bc3e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docusaurus/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
--doc-sidebar-width: 350px !important;
}

[data-theme=dark] {
[data-theme='dark'] {
--ifm-color-primary: #f2561d;
--ifm-color-primary-dark: #ee4a0e;
--ifm-color-primary-darker: #ec490e;
Expand Down

0 comments on commit 2bc3e33

Please sign in to comment.