CSS fixes

This commit is contained in:
2023-09-03 14:33:23 +02:00
parent 92695f1193
commit c6c1ac3536
2 changed files with 25 additions and 24 deletions

View File

@ -9,7 +9,12 @@ export default {
theme: {
extend: {},
hljs: {
theme: "rainbow",
theme: "nord",
custom: {
general: {
comment: "#FEFEFE",
},
},
},
},
plugins: [require("tailwind-highlightjs")],