Skip to content

Commit

Permalink
fix dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LevaniVashadze committed Mar 3, 2024
1 parent b4d3f1c commit 521c6e8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default {
"node_modules/preline/dist/*.js",
],
theme: {
darkMode: "selector",
extend: {
fontFamily: {
oswald: ["Oswald", "Noto Sans Georgian", "sans-serif"],
Expand All @@ -22,5 +21,6 @@ export default {
},
},
},
darkMode: "selector",
plugins: [require("preline/plugin"), require("@tailwindcss/forms")],
};

0 comments on commit 521c6e8

Please sign in to comment.