Turn title into a link
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7323852a7e
commit
d0a37aa622
@ -34,6 +34,10 @@ main {
|
||||
* Header
|
||||
*/
|
||||
|
||||
.title {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.nav-masthead .nav-link {
|
||||
color: rgba(255, 255, 255, .5);
|
||||
border-bottom: .25rem solid transparent;
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user