userpage: add "back to admin" button

This commit is contained in:
Harvey Tindall
2023-06-22 09:41:41 +01:00
parent 8113f794ab
commit 4f298bbc8c
3 changed files with 13 additions and 0 deletions

View File

@@ -487,6 +487,15 @@ a:hover:not(.lang-link):not(.\~urge), a:active:not(.lang-link):not(.\~urge) {
color: var(--color-urge-200);
}
a.button,
a.button:link,
a.button:visited,
a.button:focus,
a.buton:hover {
color: var(--color-content) !important;
}
.link-center {
display: block;
text-align: center;