From 94265e04c81f27c73c75b2d3be597d37ee55ef69 Mon Sep 17 00:00:00 2001 From: Alejandro Lazaro Date: Wed, 30 Aug 2023 18:31:17 +0200 Subject: [PATCH] enhancement: use hidden --- assets/css/style.scss | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index af0b485..0131ffe 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -3,12 +3,15 @@ @import "{{ site.theme }}"; -h1:first-of-type { +.markdown-body h1:first-of-type { background: url("/assets/images/brand-symbol-only-transparent-on-light.png") no-repeat; - border-bottom: 0px; - display:block; + border-bottom: none; + display: block; height: 136px; overflow: hidden; - text-indent: 100%; - white-space: nowrap; + margin-bottom: 0; + + a { + visibility: hidden; + } }