chore(doc): add English "Theme Documentation - Basics"

This commit is contained in:
Dillon
2020-03-03 21:35:14 +08:00
parent 8a48fba708
commit 54a99205d7
7 changed files with 546 additions and 39 deletions

View File

@@ -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;
@@ -58,6 +58,10 @@ body {
}
}
b, strong {
font-weight: bold;
}
a {
color: $global-link-color;
text-decoration: none;