Skip to content

Commit

Permalink
improve ux for imprint link
Browse files Browse the repository at this point in the history
  • Loading branch information
rgiessmann committed Jun 29, 2024
1 parent bb16279 commit b450831
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,13 @@
background-color: #eee;
border-top: 1px solid #e0e0e0;
padding-top: 15px;
}

/**
* Element-specific CSS
*/
#imprintlink:hover {
cursor: pointer;
}
</style>
</head>
Expand Down Expand Up @@ -162,7 +168,7 @@
</div>
<footer>
<div class="mui-container mui--text-center mui--text-bottom">
<div><a onclick="toggle_visibility('imprint')">Imprint / Impressum</a></div>
<div><a id="imprintlink" onclick="toggle_visibility('imprint')">Imprint / Impressum</a></div>
<div id="imprint" style="display: none;">
<br>
Robert Giessmann <br>
Expand Down

0 comments on commit b450831

Please sign in to comment.