Improved labolyon link

This commit is contained in:
EpicKiwi 2023-10-29 15:38:49 +01:00
parent 8f2adeae92
commit 250addfb3f
Signed by: epickiwi
GPG Key ID: C4B28FD2729941CE
2 changed files with 16 additions and 1 deletions

View File

@ -1 +1,3 @@
<a target="_blank" href="https://labolyon.fr/">Labolyon.fr</a>
<nav class="secondary-nav">
<a target="_blank" href="https://labolyon.fr/">Labolyon.fr</a>
</nav>

View File

@ -23,6 +23,19 @@ body {
fill: yellow !important;
}
.secondary-nav {
text-align: left;
margin-bottom: 15px;
}
.secondary-nav a {
color: yellow;
}
.secondary-nav > * {
display: block;
}
#dokuwiki__pagetools:hover div.tools ul {
background: black;
border-collapse: white;