diff options
author | Nick Tchayka <nick@booster.cloud> | 2023-09-05 13:20:16 +0100 |
---|---|---|
committer | Nick Tchayka <nick@booster.cloud> | 2023-09-05 13:20:16 +0100 |
commit | fb6896019a999e939dd7f12196722e55bf852e1b (patch) | |
tree | 7aa05fecdd42fc35648ab8121c1c6267086dab6b /tailwind.config.js | |
parent | 9223e88e748c8155a2313d545b07938c4787b229 (diff) | |
download | neohaskell.github.io-fb6896019a999e939dd7f12196722e55bf852e1b.tar.gz neohaskell.github.io-fb6896019a999e939dd7f12196722e55bf852e1b.tar.bz2 neohaskell.github.io-fb6896019a999e939dd7f12196722e55bf852e1b.zip |
Add features
Diffstat (limited to 'tailwind.config.js')
-rw-r--r-- | tailwind.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tailwind.config.js b/tailwind.config.js index f25d42b..5a50e5e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -56,6 +56,7 @@ module.exports = { neoviolet: borderedShadow(8, colors.violet["400"]), }, colors: { + codeBg: "#2D2A55", ...light, ...dark, }, |