Disable dark mode again for now
This commit is contained in:
parent
855ae09f1b
commit
4181340dca
|
@ -1,5 +0,0 @@
|
||||||
@layer base {
|
|
||||||
th {
|
|
||||||
@apply dark:text-white
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,5 +1,5 @@
|
||||||
@layer components {
|
@layer components {
|
||||||
.sidebar .block {
|
.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 {
|
@layer components {
|
||||||
.note {
|
.note {
|
||||||
@apply max-w-full prose bg-blue-200 border-blue-600 border-l-4 mb-4 p-4 rounded dark:prose-dark;
|
@apply max-w-full prose bg-blue-200 border-blue-600 border-l-4 mb-4 p-4 rounded;
|
||||||
|
|
||||||
* {
|
|
||||||
@apply dark:text-gray-700
|
|
||||||
}
|
|
||||||
|
|
||||||
p a {
|
p a {
|
||||||
@apply underline hover:no-underline
|
@apply underline hover:no-underline
|
||||||
|
|
|
@ -7,7 +7,7 @@ const typography = require('@tailwindcss/typography')
|
||||||
const { fontFamily } = defaultTheme
|
const { fontFamily } = defaultTheme
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
darkMode: 'media',
|
darkMode: false,
|
||||||
important: true,
|
important: true,
|
||||||
purge: {
|
purge: {
|
||||||
content: [
|
content: [
|
||||||
|
|
Loading…
Reference in a new issue