From c0815fb9b1e630a1c5837d40113c5328884a765c Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Wed, 8 Apr 2020 18:52:14 +1200 Subject: [PATCH] Fix links to audio cue. --- useragent.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/useragent.css b/useragent.css index 824b44f..b454c8f 100644 --- a/useragent.css +++ b/useragent.css @@ -31,8 +31,8 @@ hr {pause: x-strong} p, pre, samp, blockquote {pause: strong} pre, address, samp {speak-as: literal-punctuation} pre, samp, code {voice: neutral 2} -[href], :link {cue-before: url(link.oga) !important; voice-pitch: low} -:link:visited {cue-before: url(link.oga) -1db !important} +[href], :link {cue-before: url(about:link.oga) !important; voice-pitch: low} +:link:visited {cue-before: url(about:link.oga) -1db !important} img {voice-volume: soft; content: attr(src)} img[alt] {content: attr(alt)} -- 2.30.2