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

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2019-02-27 18:28:35 +0300
committerZachary Betz <zwbetz@gmail.com>2019-02-27 18:28:35 +0300
commit015563f1f74e82fc088b51b5ef6f6e9277d75cce (patch)
tree5859bff36999219c8462b6bb9e7d24ec5921db23 /assets
parente740d6c32a7b385c77eafc60a08a07af220384e2 (diff)
Use main element. Tweak toc font size
Diffstat (limited to 'assets')
-rw-r--r--assets/css/custom.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/assets/css/custom.css b/assets/css/custom.css
index fdef350..500083a 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -41,10 +41,9 @@ blockquote {
/* toc */
.toc {
- font-size: 0.85em;
padding: 1em;
margin-top: 1em;
}
.toc h2 {
- font-size: 1.15em;
+ font-size: 1.3em;
} \ No newline at end of file