diff --git a/common/common.scss b/common/common.scss index 6979d53..1e137f3 100644 --- a/common/common.scss +++ b/common/common.scss @@ -662,6 +662,24 @@ html body #main-outlet { } } +.become-editor-link { + display: none; + + a { + color: var(--primary-high); + } + + 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 @@ + +