Skip to content

Commit

Permalink
Merge pull request #2 from camera-2018/master
Browse files Browse the repository at this point in the history
a
  • Loading branch information
fltb authored Nov 2, 2023
2 parents 7cfa4d6 + b2de640 commit 6aa156f
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 350 deletions.
4 changes: 0 additions & 4 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { nav } from './nav.js';
import PanguPlugin from 'markdown-it-pangu'
import { fileURLToPath, URL } from 'node:url'
import VueMacros from 'unplugin-vue-macros/vite'
import webfontDownload from 'vite-plugin-webfont-dl'

// https://vitepress.dev/reference/site-config
export default withMermaid({
Expand Down Expand Up @@ -86,9 +85,6 @@ export default withMermaid({
vite: {
plugins: [
VueMacros(),
webfontDownload([
'https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Noto+Sans+Mono:wght@400;600;700&family=Noto+Sans+SC:wght@400;600;700&display=swap'
]),
],
resolve: {
alias: [
Expand Down
2 changes: 1 addition & 1 deletion .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/**
* Colors
* -------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&family=Noto+Sans+Mono:wght@400;600;700&family=Noto+Sans+SC:wght@400;600;700&display=swap');

.dark .vp-doc a,#loading, .dark .vp-doc a>code, .dark .VPNavBarMenuLink.VPNavBarMenuLink:hover, .dark .VPNavBarMenuLink.VPNavBarMenuLink.active, .dark .link.link:hover, .dark .link.link.active, .dark .edit-link-button.edit-link-button, .dark .pager-link .title {
color: var(--vp-c-brand-3);
Expand Down
Loading

0 comments on commit 6aa156f

Please sign in to comment.