Commit e88cde48 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Add text-decoration-skip: ink to all underlined elements

parent 91374baf
html { html {
overflow-y: scroll; overflow-y: scroll;
&.touch .tooltip { display: none !important; } &.touch .tooltip {
display: none !important;
}
} }
body { body {
// Improves readability for dyslexic users
// Supported only in Chrome/Safari so far
text-decoration-skip: ink;
&.navless { &.navless {
background-color: $white-light !important; background-color: $white-light !important;
} }
......
---
title: Improve readability of underlined links for dyslexic users
merge_request:
author:
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment