diff options
Diffstat (limited to 'sass/app.scss')
-rw-r--r-- | sass/app.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sass/app.scss b/sass/app.scss index 5d8be86..f6f3128 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -18,6 +18,16 @@ a { text-decoration: none; } +.visually-hidden { + clip: rect(0 0 0 0); + clip-path: inset(50%); + height: 1px; + overflow: hidden; + position: absolute; + white-space: nowrap; + width: 1px; +} + p, div.about, div.input-field, |