diff options
Diffstat (limited to '_static/debug.css')
-rw-r--r-- | _static/debug.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_static/debug.css b/_static/debug.css index 3264805c..74d4aec3 100644 --- a/_static/debug.css +++ b/_static/debug.css @@ -64,6 +64,6 @@ body { .sb-footer__inner { background: salmon; } -[role="main"] { +.sb-article { background: white; } |