Merge pull request #2 from ngn13/dev

fixing css import
This commit is contained in:
ngn 2023-06-11 20:47:05 +03:00 committed by GitHub
commit d1240e6f4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -17,6 +17,7 @@ export default {
link: [
{ rel: "stylesheet", href: "https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" },
{ rel: "stylesheet", href: "https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown-dark.css" }
]
},
css: ["@/static/global.css"],

View File

@ -85,8 +85,6 @@ p {
</style>
<style>
@import url("https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/5.2.0/github-markdown-dark.css");
.markdown-body{
font-family: "Ubuntu", sans-serif;
}