Commit b740ac27 authored by Thibault Hallouin's avatar Thibault Hallouin
Browse files

fix mismatch in primary colour for headers

Showing with 2 additions and 0 deletions
+2 -0
......@@ -23,6 +23,7 @@
html[data-theme="light"] {
--pst-color-text-base: rgb(77, 77, 77);
--pst-color-primary: var(--my-color-1);
--pst-color-active-navigation: var(--my-color-1);
......@@ -49,6 +50,7 @@ html[data-theme="light"] {
html[data-theme="dark"] {
--pst-color-text-base: rgb(209, 209, 209);
--pst-color-primary: var(--my-color-1);
--pst-color-active-navigation: var(--my-color-1);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment