Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-03-03 16:35:14 +0300
committerDillon <dillonzq@outlook.com>2020-03-03 16:35:14 +0300
commit54a99205d7f95f955fd0d5c26f7fe62b3756d833 (patch)
tree4c34064ca8b28489207e25a606d1aa3d69d18a84 /assets
parent8a48fba708d9a9d1923ea28efc587ece2a0dd48b (diff)
chore(doc): add English "Theme Documentation - Basics"
Diffstat (limited to 'assets')
-rw-r--r--assets/css/_core/_base.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/_core/_base.scss b/assets/css/_core/_base.scss
index 9d44697..205b45f 100644
--- a/assets/css/_core/_base.scss
+++ b/assets/css/_core/_base.scss
@@ -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;