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

github.com/kongdivin/hugo-theme-okayish-blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/sass/_custom.scss')
-rw-r--r--static/sass/_custom.scss21
1 files changed, 17 insertions, 4 deletions
diff --git a/static/sass/_custom.scss b/static/sass/_custom.scss
index 5ed0826..7fe9eee 100644
--- a/static/sass/_custom.scss
+++ b/static/sass/_custom.scss
@@ -1,3 +1,20 @@
+html {
+ font-weight: 400;
+}
+
+p {
+ max-width: 100%;
+}
+
+h1,
+h2,
+h3,
+h4,
+h5,
+h6 {
+ font-weight: 700;
+}
+
.p-link--logo,
.title-logo {
color: #111 !important;
@@ -42,10 +59,6 @@
padding-bottom: 0;
}
-p {
- max-width: 100%;
-}
-
.page-banner {
background-color: whitesmoke;