Skip to content

Commit

Permalink
💄 Style: use default style for typeit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lruihao committed Jun 4, 2024
1 parent b998371 commit 1a454de
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions assets/css/_partials/_widgets/_typeit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,5 @@
}

--ti-cursor-font-family: #{$global-font-family};
--ti-cursor-font-size: #{$global-font-size};
--ti-cursor-font-style: normal;
--ti-cursor-font-weight: #{$global-font-weight};
--ti-cursor-line-height: #{$global-line-height};
--ti-cursor-color: #{$global-font-color};
--ti-cursor-transform: translateX(0);

[data-theme='dark'] & {
--ti-cursor-color: #{$global-font-color-dark};
}
}

0 comments on commit 1a454de

Please sign in to comment.