diff --git a/book/style.css b/book/style.css index d4c8878..af10e98 100644 --- a/book/style.css +++ b/book/style.css @@ -77,7 +77,7 @@ nav.TOC{ nav.TOC span{ margin-top:0; - font-size:0.8rem; + font-size: 16px; } nav.TOC a, nav.TOC a:visited{ @@ -286,6 +286,10 @@ figcaption.caption { .chapterToc a, .sectionToc a, .subsectionToc a, .likechapterToc a { padding-left: 17px; } + + .home-title { + display: none; + } } div.center { diff --git a/website/modify_build.rb b/website/modify_build.rb index ed6c148..92e3154 100644 --- a/website/modify_build.rb +++ b/website/modify_build.rb @@ -217,8 +217,8 @@ class ModifyBuild home_html = %Q{Home} appendix_html = %Q{ - Donate - Hardcover Book + ⭐️ Donate + 📚 Hardcover Book } menu.inner_html = "#{home_html} #{menu.inner_html} #{appendix_html}" doc.to_html @@ -389,7 +389,7 @@ class ModifyBuild def build_cover_page_content %Q{ -