Fix bubble issue on CHrome

This commit is contained in:
2021-06-01 10:51:24 +02:00
parent f38ff28f4b
commit 77be0be153
8 changed files with 113 additions and 12 deletions

View File

@@ -23,6 +23,18 @@ nav {
a {
color: inherit;
text-decoration: none;
img {
height: 1.5em;
}
}
a:hover {
font-weight: bold;
img {
height: 1.7em;
}
}
}
}