Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wangchucheng/hugo-eureka.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWANG Chucheng <me@wangchucheng.com>2022-02-07 01:01:39 +0300
committerWANG Chucheng <me@wangchucheng.com>2022-02-07 01:01:39 +0300
commit27dd13c1bba6160519247f6a73e6be1770fe7b89 (patch)
tree648e1fb5e2a5b24e1083d3aaf5103612116ca5e3 /assets/css/tailwind.config.js
parentb0eb9e83ba1d09269c936fcf1fa29284d0c88083 (diff)
style: make colors more coordinated
Diffstat (limited to 'assets/css/tailwind.config.js')
-rw-r--r--assets/css/tailwind.config.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/assets/css/tailwind.config.js b/assets/css/tailwind.config.js
index 194e310..e831185 100644
--- a/assets/css/tailwind.config.js
+++ b/assets/css/tailwind.config.js
@@ -2,6 +2,7 @@ const themeDir = __dirname + "/../../";
module.exports = {
important: true,
+ darkMode: "class",
content: [
themeDir + "layouts/**/*.html",
themeDir + "exampleSite/content/**/*.html",
@@ -66,11 +67,6 @@ module.exports = {
"--tw-prose-pre-bg": theme("colors.tertiary-bg"),
"--tw-prose-th-borders": theme("colors.tertiary-bg"),
"--tw-prose-td-borders": theme("colors.tertiary-bg"),
- // a: {
- // color: "var(--tw-prose-links)",
- // textDecoration: "no-underline",
- // fontWeight: "500",
- // },
},
},
}),