Skip to content

Commit

Permalink
fix(plugin-comment): add missing style import for Waline
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 23, 2024
1 parent 0553f1b commit f976a5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import type {
import { useWalineOptions } from '../helpers/index.js'

import '@waline/client/waline.css'
import '../styles/waline.css'

declare const WALINE_META: boolean
declare const WALINE_LOCALES: WalineLocaleConfig
Expand Down
1 change: 0 additions & 1 deletion plugins/blog/plugin-comment/src/client/styles/waline.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// plugin-comment
.waline-wrapper {
--waline-bg-color: var(--vp-c-bg);
--waline-bg-color-light: var(--v-c-bg-alt);
Expand Down

0 comments on commit f976a5c

Please sign in to comment.