diff --git a/app/assets/stylesheets/framework/layout.scss b/app/assets/stylesheets/framework/layout.scss index 8d0651c2383..d107422e517 100644 --- a/app/assets/stylesheets/framework/layout.scss +++ b/app/assets/stylesheets/framework/layout.scss @@ -7,10 +7,10 @@ html { } body { - // Improves readability for dyslexic users - // Supported only in Chrome/Safari so far + // Improves readability for dyslexic users; supported only in Chrome/Safari so far + // scss-lint:disable PropertySpelling text-decoration-skip: ink; - + // scss-lint:enable PropertySpelling &.navless { background-color: $white-light !important; }