From 54c7951f7b68db4ed4389fa469d2716ec7c26bcb Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Thu, 20 Apr 2023 00:01:55 +0300 Subject: [PATCH] Fix some colors --- ietf/static/css/document_html_txt.scss | 4 ++-- ietf/static/js/ietf.js | 4 ++-- ietf/templates/base.html | 6 +++--- ietf/templates/doc/document_html.html | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ietf/static/css/document_html_txt.scss b/ietf/static/css/document_html_txt.scss index 278a340db..de6fd36b4 100644 --- a/ietf/static/css/document_html_txt.scss +++ b/ietf/static/css/document_html_txt.scss @@ -375,7 +375,7 @@ thead, tfoot { border-bottom-style: double; } td, th { - border: 1px solid black; + border: 1px solid inherit; // padding: var(--half-line) 1ch; padding-top: var(--half-line); padding-right: 1ch; @@ -394,7 +394,7 @@ td, th { /* Links */ a.selfRef, a.pilcrow, .iref + a.internal { - color: black; + color: inherit; text-decoration: none; } a.relref, a.xref { diff --git a/ietf/static/js/ietf.js b/ietf/static/js/ietf.js index dfd050b75..d66213bcf 100644 --- a/ietf/static/js/ietf.js +++ b/ietf/static/js/ietf.js @@ -183,8 +183,8 @@ $(function () { .attr("tabindex", 0) .after($(`
-
- +
+
`)); diff --git a/ietf/templates/base.html b/ietf/templates/base.html index 7e06e6cae..39fdb97c4 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -33,7 +33,7 @@ data-group-menu-data-url="{% url 'ietf.group.views.group_menu_data' %}"> {% analytical_body_top %} Skip to main content -