mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
fix hamburger color
This commit is contained in:
parent
1092fc7677
commit
ad1f448daa
@ -206,6 +206,10 @@ h2 {
|
||||
}
|
||||
|
||||
.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>
|
||||
|
Loading…
Reference in New Issue
Block a user