mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
fix hamburger color
This commit is contained in:
parent
1092fc7677
commit
ad1f448daa
1 changed files with 5 additions and 1 deletions
|
@ -206,6 +206,10 @@ h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.line {
|
.line {
|
||||||
@apply px-2.5 py-0.25 my-0.45 rounded-xl bg-white;
|
@apply px-2.5 py-0.25 my-0.45 rounded-xl bg-dark-900;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dark .line {
|
||||||
|
@apply bg-white;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue