Use light-openid to reduce code base size #4

Merged
pierre merged 4 commits from dep-light-openid into master 2023-04-29 08:03:12 +00:00
2 changed files with 5 additions and 1 deletions
Showing only changes of commit d0a37aa622 - Show all commits

View File

@ -34,6 +34,10 @@ main {
* Header * Header
*/ */
.title {
color: white;
}
.nav-masthead .nav-link { .nav-masthead .nav-link {
color: rgba(255, 255, 255, .5); color: rgba(255, 255, 255, .5);
border-bottom: .25rem solid transparent; border-bottom: .25rem solid transparent;

View File

@ -20,7 +20,7 @@
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column"> <div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="mb-auto"> <header class="mb-auto">
<div> <div>
<h3 class="float-md-start mb-0">OIDC test client</h3> <a href="/"><h3 class="float-md-start mb-0 title">OIDC test client</h3></a>
</div> </div>
</header> </header>