new logo - fix dark mode

This commit is contained in:
Andrea 2022-01-26 09:55:36 +01:00
parent 86733b6832
commit 1d65c9b321
1 changed files with 8 additions and 0 deletions

View File

@ -93,4 +93,12 @@ export default {
opacity: 1;
}
}
body[data-theme="dark"] {
.logo-wrapper.logo-flag-forced.logo-has-flag, h1:hover .logo-wrapper.logo-has-flag {
svg path {
stroke: black;
}
}
}
</style>