diff options
Diffstat (limited to 'res/ua.css')
-rw-r--r-- | res/ua.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/ua.css b/res/ua.css index b19471c2..447b340e 100644 --- a/res/ua.css +++ b/res/ua.css @@ -14,6 +14,10 @@ noscript, ol, p, plaintext, pre, search, section, ul, xmp { display: block; } +code { + text-decoration: -cha-reverse; +} + @media (scripting: enabled) { noscript { display: none; |