moselle: hide portal agent anchor (#86712)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Emmanuel Cazenave 2024-02-08 10:59:25 +01:00
parent 8083d4ab71
commit 2af844b1ab
1 changed files with 5 additions and 0 deletions

View File

@ -128,3 +128,8 @@ footer {
}
}
}
/* always hide agent portal link */
a#publik-portal-agent {
display: none;
}