aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
authorNick Tchayka <nick@booster.cloud>2023-09-05 13:20:16 +0100
committerNick Tchayka <nick@booster.cloud>2023-09-05 13:20:16 +0100
commitfb6896019a999e939dd7f12196722e55bf852e1b (patch)
tree7aa05fecdd42fc35648ab8121c1c6267086dab6b /tailwind.config.js
parent9223e88e748c8155a2313d545b07938c4787b229 (diff)
downloadneohaskell.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.js1
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,
},