Skip to content

Commit

Permalink
Merge pull request #1 from vrm-c/disable/darktheme
Browse files Browse the repository at this point in the history
disable darktheme
  • Loading branch information
doriasu committed Jun 30, 2023
2 parents 832d305 + 4580f23 commit 018ad76
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions src/styles/globals.css
Expand Up @@ -6,12 +6,6 @@
--foreground-rgb: 0, 0, 0;
}

@media (prefers-color-scheme: dark) {
:root {
--foreground-rgb: 255, 255, 255;
}
}

body {
color: rgb(var(--foreground-rgb));
}
1 change: 1 addition & 0 deletions tailwind.config.js
@@ -1,6 +1,7 @@
const {config} = require('@charcoal-ui/tailwind-config')
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: false,
content: [
'./src/pages/**/*.{js,ts,jsx,tsx,mdx}',
'./src/components/**/*.{js,ts,jsx,tsx,mdx}',
Expand Down

0 comments on commit 018ad76

Please sign in to comment.