aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/css/index.css')
-rw-r--r--src/css/index.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/css/index.css b/src/css/index.css
index 93a4918..0997779 100644
--- a/src/css/index.css
+++ b/src/css/index.css
@@ -64,7 +64,8 @@ body {
64} 64}
65 65
66/* FIXME For those empty line (no child with cm-comment) */ 66/* FIXME For those empty line (no child with cm-comment) */
67.CodeMirror-line:has(.cm-comment) { 67.inside-code-block,
68.CodeMirror-line:has(.cm-formatting-code-block) {
68 background: rgba(0,0,0,.05) !important; 69 background: rgba(0,0,0,.05) !important;
69 70
70 .cm-comment { 71 .cm-comment {