Skip to content

Commit

Permalink
fix(docs): angular docs code highlight theme (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
owilliams320 authored Oct 31, 2023
1 parent ab2700b commit 891ce94
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/docs-app/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ $background: map-get($theme, background);
@include covalent-theme($theme);
@include covalent-markdown-theme($theme);
@include covalent-highlight-theme($theme);
@import 'highlight.js/styles/vs.css';
@include covalent-flavored-markdown-theme($theme);
@include covalent-markdown-navigator-theme($theme);
@include covalent-markdown-navigator-typography($custom-typography);
Expand Down Expand Up @@ -123,8 +122,7 @@ body .mat-card {
@include mat.all-component-themes($theme-dark);
@include covalent-theme($theme-dark);
@include covalent-markdown-theme($theme-dark);
@include covalent-highlight-theme($theme);
@import 'highlight.js/styles/dark';
@include covalent-highlight-theme($theme-dark);
@include covalent-flavored-markdown-theme($theme-dark);
@include covalent-markdown-navigator-theme($theme-dark);
@include teradata-brand($theme-dark);
Expand Down

0 comments on commit 891ce94

Please sign in to comment.