From 8309e8888562ee1e79ebc6059bfce34ca7c81325 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sat, 2 Mar 2024 16:16:50 -0800 Subject: [PATCH] Make published page look more like OrcasHub --- common/common.scss | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/common/common.scss b/common/common.scss index 8960e41..adc5e48 100644 --- a/common/common.scss +++ b/common/common.scss @@ -663,6 +663,26 @@ html body #main-outlet { } // published page additions +.published-page-header { + background-color: unset; + box-shadow: unset; + top: unset; + position: unset; + margin-top: 10px; + + .published-page-header-wrapper { + justify-content: center; + + a { + display: none; + } + + .published-page-title { + color: var(--primary); + } + } +} + .published-page-content-wrapper { max-width: 1000px; margin-top: 30px;