Skip to content

Commit 0020833

Browse files
committed
Avoid confusing tools with implicit & in CSS
1 parent 980cb7b commit 0020833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/content/general.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ probably make all heading styles more concrete/less dependent on the cascade
9999
so that more straightforward control is possible. */
100100

101101
:is(.page-module, .page-task, .page-extra) {
102-
:is(#top-content, #moduledoc) {
102+
& :is(#top-content, #moduledoc) {
103103
& > h2.section-heading {
104104
font-size: 1.75rem;
105105
margin-top: 1.75em;

0 commit comments

Comments
 (0)