new logo - fix dark mode
This commit is contained in:
parent
86733b6832
commit
1d65c9b321
|
@ -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>
|
||||
|
|
Reference in New Issue