_sass/_variables.scss in jekyll-theme-simplex-0.9.7 vs _sass/_variables.scss in jekyll-theme-simplex-0.9.8
- old
+ new
@@ -176,9 +176,14 @@
--c-feed-title: var(--c-themePrimaryLight);
--c-pageBackground: var(--c-themePrimaryDark);
+ --c-link: var(--c-themeTerniaryLight);
+ --c-linkVisited: var(--c-themeQuaternaryLight);
+ --c-linkHover: var(--c-themePrimaryLight);
+ --c-linkActive: var(--c-themePrimaryLight);
+
--c-footerText: var(--c-themePrimaryLight);
--c-footerImageFilter: invert(1);
--c-codeShadow: rgba(0, 0, 0, 0);
--c-codeShadowHover: rgba(0, 0, 0, 0);
\ No newline at end of file