From c572c53e24b216ce965553d2ca161ab14432ef76 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 8 Jun 2023 17:54:48 +0200 Subject: đŸ’„ improve changelog display MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/custom.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'scss/custom.scss') diff --git a/scss/custom.scss b/scss/custom.scss index 666aaf23f..95846e89f 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -685,6 +685,16 @@ div#validation-bar{ width: 100%; } +.container.changelog{ + h2 { + padding-top: 2rem; + font-size: 1.8em; + } + h3 { + color: $gray-600; + } +} + div#foot{ background-color: $ishtar-color; color: $navbar-dark-color; -- cgit v1.2.3