logo as button, see #18

This commit is contained in:
Jottyfan
2025-03-27 22:14:47 +01:00
parent 890d46dcdd
commit 8cf1857c24
4 changed files with 17 additions and 4 deletions

View File

@ -49,6 +49,20 @@ body {
background-repeat: no-repeat;
}
.logo {
width: 128px;
height: 55px;
background-size: 128px;
background-repeat: no-repeat;
background-image: url('../images/logo.png');
margin-left: 8px;
display: inline-block;
}
.logo:hover {
background-image: url('../images/logo_hover.png');
}
a {
font-family: 'Fira Sans';
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB