From 38687711916be6bc6594a09e3ad1679320bdd7ba Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Tue, 25 Apr 2023 01:39:41 +0200 Subject: [PATCH] docs-index: de-hardcode toned row color Instead use a bootstrap panel and let styling occur based on that, making the index page work well with the dark theme. Part-of: --- subprojects/gst-docs/markdown/index.md | 40 ++++++++++--------- .../theme/extra/css/extra_frontend.css | 1 - 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/subprojects/gst-docs/markdown/index.md b/subprojects/gst-docs/markdown/index.md index 9a263ccd66..19f776897a 100644 --- a/subprojects/gst-docs/markdown/index.md +++ b/subprojects/gst-docs/markdown/index.md @@ -19,23 +19,27 @@ cost of greater complexity, writing new applications is not always easy. -
- - - -
- - Deploying - + diff --git a/subprojects/gst-docs/theme/extra/css/extra_frontend.css b/subprojects/gst-docs/theme/extra/css/extra_frontend.css index 9ab69d0485..7858c083d1 100644 --- a/subprojects/gst-docs/theme/extra/css/extra_frontend.css +++ b/subprojects/gst-docs/theme/extra/css/extra_frontend.css @@ -31,7 +31,6 @@ h1, h2, h2, h3, h4, h5 { } .toned-row { - background-color: #dfdfdf; margin: 3em -15px 3em -15px; padding: 3em; text-align: center;