mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-02 02:12:37 +02:00
Fixed modal close button color in dark mode
This commit is contained in:
@@ -55,6 +55,14 @@
|
||||
|
||||
header {
|
||||
@apply bg-purple-700;
|
||||
|
||||
button {
|
||||
@apply text-purple-900;
|
||||
|
||||
&:hover {
|
||||
@apply text-white;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user