Add background to html for the accessibility plugin (#249)

Added a background colour to html. This enables the accessibility plugin to invert the backend colour.
This commit is contained in:
Christiane Maier-Stadtherr 2020-11-22 11:16:52 +01:00 committed by GitHub
parent 57025ea344
commit 5725cbfb2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@
}
}
html {
background-color: $white;
}
body {
position: relative;
}