diff --git a/docs/stylesheets/custom.css b/docs/stylesheets/custom.css new file mode 100644 index 0000000..58405c0 --- /dev/null +++ b/docs/stylesheets/custom.css @@ -0,0 +1,49 @@ +.default-bg { + background: none!important; + background-color:hsla(232,15%,21%,1)!important; +} + +.content-container-centered { + padding: 5.2rem 0; + margin: 0 0.8rem; +} + +.centered-content-grid { + margin-top: 2.4rem + +} + +.centered-content-grid ul.centered-content-grid__list { + display: flex; + flex-flow: row wrap; + gap: 1.6rem; + padding: 0; + margin: 0; +} + +.centered-content-grid ul.centered-content-grid__list > li.centered-content-grid__item{ + display: flex; + flex: 1 0 48%; + gap: 0.6rem; + margin: 0; +} + +.centered-content-grid ul.centered-content-grid__list > li.centered-content-grid__item div.item_content{ + color: hsla(232,75%,95%,1)!important; +} + + +.centered-content-grid ul.centered-content-grid__list > li.centered-content-grid__item div.item_content h2.card_title{ + font-weight: 700; + margin-top: 0.175em; +} + +.centered-content-grid ul.centered-content-grid__list > li.centered-content-grid__item div.content_icon{ + fill: currentcolor; + background-color: var(--md-default-fg-color--lightest); + border-radius: 100%; + flex-shrink: 0; + height: 2.2rem; + padding: 0.55rem 0.4rem 0.4rem 0.4rem; + width: 2.2rem; +} \ No newline at end of file diff --git a/material/overrides/home.html b/material/overrides/home.html index 694fef9..80b9a4e 100644 --- a/material/overrides/home.html +++ b/material/overrides/home.html @@ -19,6 +19,71 @@
One statically built binary for simplified download and install.
+Hermatically sealed environment for image builds using LXC containers.
+Build inside a user namespace and avoid privilege on host.
+Build only the images necessary and only if any input changed.
+Integrated with github as a build and push action.
+Built as an open source project ground up with Apache2 License.
+