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

This commit is contained in:
Annabel Dunstone Gray 2018-01-18 12:46:40 -07:00
parent 91374baf86
commit e88cde4883
No known key found for this signature in database
GPG key ID: 7C8C78A372AD7A2D
2 changed files with 12 additions and 1 deletions

View file

@ -1,10 +1,16 @@
html {
overflow-y: scroll;
&.touch .tooltip { display: none !important; }
&.touch .tooltip {
display: none !important;
}
}
body {
// Improves readability for dyslexic users
// Supported only in Chrome/Safari so far
text-decoration-skip: ink;
&.navless {
background-color: $white-light !important;
}

View file

@ -0,0 +1,5 @@
---
title: Improve readability of underlined links for dyslexic users
merge_request:
author:
type: other