mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-09-05 08:27:18 -04:00
Copy some changes from the dark style into light and notty
This commit is contained in:
+2
-2
@@ -65,8 +65,8 @@
|
||||
"row_separator": "─"
|
||||
},
|
||||
"task": {
|
||||
"unticked": "✗ ",
|
||||
"ticked": "✓ "
|
||||
"unticked": "[ ] ",
|
||||
"ticked": "[✓] "
|
||||
},
|
||||
"strikethrough": {
|
||||
"crossed_out": true
|
||||
|
||||
+3
-3
@@ -38,7 +38,7 @@
|
||||
"link_text": {},
|
||||
"link": {},
|
||||
"image_text": {
|
||||
"format": "Image: {{.text}} -> "
|
||||
"format": "Image: {{.text}} →"
|
||||
},
|
||||
"image": {},
|
||||
"table": {
|
||||
@@ -47,8 +47,8 @@
|
||||
"row_separator": "─"
|
||||
},
|
||||
"task": {
|
||||
"unticked": "✗ ",
|
||||
"ticked": "✓ "
|
||||
"unticked": "[ ] ",
|
||||
"ticked": "[✓] "
|
||||
},
|
||||
"strikethrough": {
|
||||
"block_prefix": "~~",
|
||||
|
||||
Reference in New Issue
Block a user