Skip to content

Commit

Permalink
fix: multiple style issues (#523)
Browse files Browse the repository at this point in the history
* fix: code block issues

* update filename shortcut
  • Loading branch information
bdrtsky committed Jun 30, 2021
1 parent 843f796 commit 117a277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ code {
}
a code {
@apply border border-dashed border-transparent;
@apply pointer-events-none border border-dashed border-transparent;
&:hover {
@apply border-primary;
}
Expand Down
6 changes: 3 additions & 3 deletions src/defaultTheme/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ const defaultThemeSettings = {
'd-aside-header-bg': 'bg-gray-50 dark:bg-gray-800',
'd-active-aside-navigation-item-bg': 'bg-primary-50 dark:bg-primary-900',
'd-active-aside-navigation-item-text': 'text-primary-500 dark:text-primary-400 ',
'd-code-group-header-bg': 'bg-gray-200 dark:bg-gray-800',
'd-code-group-tab': 'bg-gray-300 dark:bg-gray-700',
'd-prose-code-filename-bg': 'bg-gray-100 dark:bg-gray-800',
'd-code-group-header-bg': 'bg-gray-200 dark:bg-gray-700',
'd-code-group-tab': 'bg-gray-300 dark:bg-gray-600',
'd-prose-code-filename-bg': 'bg-gray-200 dark:bg-gray-700',
'd-prose-code-filename-text': 'text-gray-600 dark:text-gray-400',
'd-prose-code-inline-in-heading-border-hover': 'border-gray-500 dark:border-gray-200',
'd-prose-hr-border': 'border-t border-gray-100 dark:border-gray-800',
Expand Down

0 comments on commit 117a277

Please sign in to comment.