Set the blockClass element's background color to the inherited color (#707)

* Set the blockClass element's background color to the inherited color

* Update snapshot

* Update snapshot
This commit is contained in:
John Pham
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 793ff43ed1
commit c66cb7eedf
2 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
const rules: (blockClass: string) => string[] = (blockClass: string) => [
`.${blockClass} { background: #ccc }`,
`.${blockClass} { background: currentColor }`,
'noscript { display: none !important; }',
];

View File

@@ -43,7 +43,7 @@ file-frame-2
file-cid-0
@charset \\"utf-8\\";
.rr-block { background: rgb(204, 204, 204); }
.rr-block { background: currentcolor; }
noscript { display: none !important; }
@@ -91,7 +91,7 @@ file-frame-2
file-cid-0
@charset \\"utf-8\\";
.rr-block { background: rgb(204, 204, 204); }
.rr-block { background: currentcolor; }
noscript { display: none !important; }
@@ -138,7 +138,7 @@ file-frame-5
file-cid-0
@charset \\"utf-8\\";
.rr-block { background: rgb(204, 204, 204); }
.rr-block { background: currentcolor; }
noscript { display: none !important; }
@@ -216,7 +216,7 @@ file-frame-5
file-cid-0
@charset \\"utf-8\\";
.rr-block { background: rgb(204, 204, 204); }
.rr-block { background: currentcolor; }
noscript { display: none !important; }
@@ -296,7 +296,7 @@ file-frame-5
file-cid-0
@charset \\"utf-8\\";
.rr-block { background: rgb(204, 204, 204); }
.rr-block { background: currentcolor; }
noscript { display: none !important; }