From 0aa87ebae01fdacfa9957f19562fc51c4cc3d826 Mon Sep 17 00:00:00 2001 From: timurgordon Date: Tue, 1 Mar 2022 18:56:23 +0300 Subject: [PATCH] minor styling fixes --- css/code.css | 2 +- templates/blogPage.html | 3 +-- templates/roles/single.html | 3 +-- templates/section.html | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/css/code.css b/css/code.css index 2a03117..7d95a8e 100644 --- a/css/code.css +++ b/css/code.css @@ -7,7 +7,7 @@ code.language-text, code.language-js, span.o, span.nx { - color: black; + color: rgb(255, 255, 255); line-height: 1.4; } span.c { diff --git a/templates/blogPage.html b/templates/blogPage.html index a5c23f0..5282455 100644 --- a/templates/blogPage.html +++ b/templates/blogPage.html @@ -8,8 +8,7 @@
-

+

{{ page.title }}

diff --git a/templates/roles/single.html b/templates/roles/single.html index 2f4ac72..f089d8c 100644 --- a/templates/roles/single.html +++ b/templates/roles/single.html @@ -13,7 +13,7 @@

Our World

-

+

{{ config.extra.taxonomies["roles"][term.name].title }}

{{config.extra.taxonomies["roles"][term.name].description}}

@@ -23,7 +23,6 @@ {% for page in term.pages %} {% include "partials/pageBox.html"%} {% endfor %} -
{% include "partials/applicationForm.html"%} diff --git a/templates/section.html b/templates/section.html index cced215..6b844e9 100644 --- a/templates/section.html +++ b/templates/section.html @@ -2,7 +2,7 @@ {% block content %} -
+
{{ section.content | safe}}
{% include "partials/pageList.html" %}