Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
chore(doc): add English "Theme Documentation - Basics"
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Mar 3, 2020
1 parent 8a48fba commit 54a9920
Show file tree
Hide file tree
Showing 7 changed files with 546 additions and 39 deletions.
6 changes: 5 additions & 1 deletion assets/css/_core/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ html {
}

body {
font-weight: 400;
font-weight: 300;
line-height: 1.5rem;
background-color: $global-background-color;
color: $global-font-color;
Expand Down Expand Up @@ -58,6 +58,10 @@ body {
}
}

b, strong {
font-weight: bold;
}

a {
color: $global-link-color;
text-decoration: none;
Expand Down
11 changes: 0 additions & 11 deletions exampleSite/config/css/_override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,3 @@
// Override Variables
// 覆盖变量
// ==============================
// You can override the variables in assets/css/_variables.scss to customize the style
// 您可以覆盖 assets/css/_variables.scss 中的变量

@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

$global-font-family: Lato, -apple-system, BlinkMacSystemFont, PingFang SC, Microsoft Yahei, Segoe UI, Helvetica, Arial, sans-serif, Segoe UI Emoji;


@import url('https://fonts.googleapis.com/css?family=Fira+Mono:400,700&display=swap&subset=latin-ext');

$code-font-family: Fira Mono, Source Code Pro, Menlo, Consolas, Monaco, monospace;
25 changes: 0 additions & 25 deletions exampleSite/content/posts/documentation.en.md

This file was deleted.

Loading

0 comments on commit 54a9920

Please sign in to comment.