diff --git a/common/common.scss b/common/common.scss index 6979d53..b1ebebe 100644 --- a/common/common.scss +++ b/common/common.scss @@ -662,6 +662,27 @@ html body #main-outlet { } } +.become-editor-link { + display: none; + margin: -40px auto 30px auto; + max-width: 1000px; + + a { + color: var(--primary-high); + text-decoration: underline; + } + + a:visited { + color: var(--primary-high); + } +} + +.published-page { + .become-editor-link { + display: block; + } +} + // published page additions .published-page-header { background-color: unset; diff --git a/common/footer.html b/common/footer.html index aa9022f..f350151 100644 --- a/common/footer.html +++ b/common/footer.html @@ -1,3 +1,9 @@ + +