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;