X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/47d82a1ac2ec323295eb57ffe3beaf513e841496..refs/pull/846/head:/resources/assets/sass/_html.scss diff --git a/resources/assets/sass/_html.scss b/resources/assets/sass/_html.scss index 27ca04eb7..65f05a71d 100644 --- a/resources/assets/sass/_html.scss +++ b/resources/assets/sass/_html.scss @@ -9,6 +9,9 @@ html { &.flexbox { overflow-y: hidden; } + &.shaded { + background-color: #F2F2F2; + } } body { @@ -16,6 +19,9 @@ body { line-height: 1.6; color: #616161; -webkit-font-smoothing: antialiased; + &.shaded { + background-color: #F2F2F2; + } } button {