Remove dark mode from theme
This commit is contained in:
parent
9fba0b7292
commit
ebd9903bf6
13 changed files with 12 additions and 45 deletions
|
@ -1,5 +0,0 @@
|
|||
@layer base {
|
||||
input {
|
||||
@apply dark:text-gray-900
|
||||
}
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
@layer base {
|
||||
th {
|
||||
@apply dark:text-white
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
@layer components {
|
||||
.sidebar .block {
|
||||
@apply p-6 rounded bg-gray-100 dark:bg-gray-750
|
||||
@apply p-6 rounded bg-gray-100
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,10 +1,6 @@
|
|||
@layer components {
|
||||
.note {
|
||||
@apply max-w-full prose bg-blue-200 border-blue-600 border-l-4 mb-4 p-4 rounded dark:prose-dark;
|
||||
|
||||
* {
|
||||
@apply dark:text-gray-700
|
||||
}
|
||||
@apply max-w-full prose bg-blue-200 border-blue-600 border-l-4 mb-4 p-4 rounded;
|
||||
|
||||
p a {
|
||||
@apply underline hover:no-underline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue