From 009fb5b8579d099f4bb24704acabb59cedfe44f0 Mon Sep 17 00:00:00 2001 From: Andrea Settimi Date: Fri, 22 Nov 2024 13:03:43 +0100 Subject: [PATCH] FIX-CAP: got rid of background --- docs/stylesheets/extra.css | 2 +- material/overrides/home.html | 27 +++++++++++++++++++++------ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index da2e65e7b..c82285a0b 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -119,4 +119,4 @@ .toclink:hover { color: var(--md-accent-fg-color) !important; -} \ No newline at end of file +} diff --git a/material/overrides/home.html b/material/overrides/home.html index a4b2b9eac..4dcfa403f 100644 --- a/material/overrides/home.html +++ b/material/overrides/home.html @@ -4,13 +4,21 @@ {% extends "main.html" %} {% block tabs %} {{ super() }} - +
-

A prototype for Augmented Reality (AR) Assistance for Woodworking in Timber Construction.

{{ config.site_description }} Everywhere.

@@ -25,5 +33,12 @@

A prototype for Augmented Reality (AR) Assistance for Woodworking in Timber

{% endblock %} -{% block content %}{% endblock %} -{% block footer %}{% endblock %} + + +{% block content %} +{% endblock %} + +{% block footer %} + {{ super() }} + +{% endblock %} \ No newline at end of file