From 1b51c04c062d589c719a6b4f89faa3e74a9ac724 Mon Sep 17 00:00:00 2001 From: Erin Shaben Date: Mon, 3 Jun 2024 16:42:12 -0400 Subject: [PATCH] update css --- material-overrides/home.html | 8 ++++---- material-overrides/main-index-page.html | 2 +- material-overrides/main.html | 2 +- material-overrides/subsection-index-page.html | 2 +- mkdocs.yml | 3 --- 5 files changed, 7 insertions(+), 10 deletions(-) diff --git a/material-overrides/home.html b/material-overrides/home.html index af60a05..8f83530 100644 --- a/material-overrides/home.html +++ b/material-overrides/home.html @@ -6,7 +6,7 @@ {% block styles %} {{ super() }} - + {% endblock %} {% block content %} @@ -23,21 +23,21 @@

Pepe Documentation

Feature 1

Learn the Basics

In this section, you'll access a treasure trove of foundational knowledge and introductory content carefully curated to help newcomers grasp the essential concepts, core principles, and fundamental terminology that serve as the building blocks of your development journey.

- Learn More + Learn More
Feature 2

Get Coding

Discover comprehensive guides on creating your own projects, understanding API endpoints, and harnessing the power of development libraries and APIs, equipping you with the knowledge and tools to bring your innovative ideas to life.

- Learn More + Learn More
Feature 3

Browse Tutorials

Explore a vast collection of step-by-step tutorials covering a wide range of topics and technologies, designed to guide both beginners and experienced developers through various tasks and projects, ensuring you acquire the knowledge and expertise you need.

- Learn More + Learn More
diff --git a/material-overrides/main-index-page.html b/material-overrides/main-index-page.html index 57459e4..fff0138 100644 --- a/material-overrides/main-index-page.html +++ b/material-overrides/main-index-page.html @@ -2,7 +2,7 @@ {% block styles %} {{ super() }} - + {% endblock %} {% block content %} diff --git a/material-overrides/main.html b/material-overrides/main.html index 31718bf..db97938 100644 --- a/material-overrides/main.html +++ b/material-overrides/main.html @@ -2,7 +2,7 @@ {% block styles %} {{ super() }} - + {% endblock %} {% block fonts %} diff --git a/material-overrides/subsection-index-page.html b/material-overrides/subsection-index-page.html index 3fdc313..2bea3f1 100644 --- a/material-overrides/subsection-index-page.html +++ b/material-overrides/subsection-index-page.html @@ -2,7 +2,7 @@ {% block styles %} {{ super() }} - + {% endblock %} {% block content %} diff --git a/mkdocs.yml b/mkdocs.yml index 75b49a5..5d952d5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,9 +11,6 @@ # Used for additional CSS files and custom fonts. If you're using a publicly available font, this is not necessary 'extra_css': - 'assets/stylesheets/extra.css' - - 'assets/stylesheets/home.css' - - 'assets/stylesheets/index-page.css' - - 'assets/stylesheets/pepe.css' - 'assets/stylesheets/terminal.css' 'theme': 'name': 'material'