diff --git a/src/_sass/_custom.scss b/src/_sass/_custom.scss index ea46c02..d9cd943 100644 --- a/src/_sass/_custom.scss +++ b/src/_sass/_custom.scss @@ -1,7 +1,3 @@ -body { - font-family: system-ui; -} - .page__hero--overlay { padding: 1em; } @@ -89,11 +85,6 @@ body { border-radius: 20px; } -.feature__item .btn { - background-color: #0075a2; - color: #fff; -} - .feature__item .btn:hover { background-color: #777; color: #fff; @@ -158,8 +149,13 @@ body { background-color: #fff; } -#about .feature__item .archive__item-title { - padding-top: 0.5em; +#about .feature__wrapper .btn { + background-color: #0075a2; + color: #fff; +} + +#about .archive__item-title { + margin-top: 0.5em; } .feature__item--center { diff --git a/src/index.html b/src/index.html index db02fd8..4a3ad85 100644 --- a/src/index.html +++ b/src/index.html @@ -1,5 +1,5 @@ --- -title: "Welcome The Least-Authority File Store" +title: "Welcome to The Least-Authority File Store" layout: splash author_profile: false header: @@ -19,23 +19,26 @@ documentation_list: - image_path: /assets/images/overview.svg alt: "overview" title: "Overview" - excerpt: ' - This [one-page summary](https://tahoe-lafs.readthedocs.io/en/latest/about-tahoe.html) explains the unique properties of this system - ' + excerpt: >- +
+ One-page summary +
- image_path: /assets/images/manual.svg alt: "manual" title: "Manual" - excerpt: '' + excerpt: >- +
+

Installation Instructions

+

Tahoe-LAFS Manual

+
- image_path: /assets/images/wiki.svg alt: "wiki" title: "Wiki" - excerpt: '' + excerpt: >- +
+

Index of docs

+

Frequently Asked Questions

+
contribute: - title: "Get Involved" excerpt: ' @@ -118,7 +121,7 @@ about: {% endfor %} -

+


{% include feature_row id="about" type="left" %}