aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-27 19:16:12 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-27 19:16:12 +0530
commitd314ca140da103a1d734e0cbee1d4b77b47e6e27 (patch)
tree1b1d1871d34da52e74589386e853202bef5a74a0
parentd7a674deed41c314d4e4c059dcbeabbad3534101 (diff)
using classes instead of inline style in hugo chroma
-rw-r--r--config.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index a495a41..fa60d39 100644
--- a/config.toml
+++ b/config.toml
@@ -42,7 +42,7 @@ navLinks = [
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
- noClasses = true
+ noClasses = false
noHl = false
- style = 'dracula'
+ style = "dracula"
tabWidth = 2