Turn title into a link
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre HUBERT 2023-04-29 09:21:46 +02:00
parent 7323852a7e
commit d0a37aa622
2 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,10 @@ main {
* Header
*/
.title {
color: white;
}
.nav-masthead .nav-link {
color: rgba(255, 255, 255, .5);
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">
<header class="mb-auto">
<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>
</header>