website: remove the last updated option from footer (#13493)
* really remove the last updated option * fix background colour in different themes Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io> Co-authored-by: Tana M Berry <tana@goauthentik.com> Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -24,9 +24,17 @@
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
html {
|
||||
--edit-this-page-background: var(--ifm-color-secondary-lighter);
|
||||
}
|
||||
|
||||
html[data-theme="dark"] {
|
||||
--edit-this-page-background: var(--ifm-color-secondary-contrast-background);
|
||||
}
|
||||
|
||||
.admonitionContrib {
|
||||
--ifm-h5-font-size: 1rem;
|
||||
--ifm-alert-background-color: var(--ifm-color-secondary-lighter);
|
||||
--ifm-alert-background-color: var(--edit-this-page-background);
|
||||
display: block;
|
||||
border-left-style: none;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user