Fix typo in dark typography SCSS (#249)

This commit is contained in:
Ryan TG 2021-01-14 10:29:28 -08:00 committed by GitHub
parent e8170f8379
commit ef1d05d342
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
--btn-paginator-border-color: var(--btn-border-color);
--btn-paginator-shadow: var(--main-wrapper-bg);
--pin-bg: rgb(34 35 37);
--pin-color: iherit;
--pin-color: inherit;
/* Posts */
--toc-highlight: rgb(116, 178, 243);