diff options
author | Christian Hesse <mail@eworm.de> | 2023-03-29 15:22:13 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-03-29 15:30:21 +0200 |
commit | 9d823448f6f3bfe00a6c8a44d151e79fb9a41ff4 (patch) | |
tree | d6c5a4a106f668f7c8f0073365c4594e08b3e640 /contrib/notification.d | |
parent | 814fb7197fcd4587c97e1699c356c7e96df5a95c (diff) |
contrib/notification.html: fix warnings and errors
Checked with W3C validator: https://validator.w3.org/
Diffstat (limited to 'contrib/notification.d')
-rw-r--r-- | contrib/notification.d/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/notification.d/style.css b/contrib/notification.d/style.css index c07de89..f4b34df 100644 --- a/contrib/notification.d/style.css +++ b/contrib/notification.d/style.css @@ -34,6 +34,7 @@ pre { span.link { color: #863600; } -tt { +span.tag { + font-family: monospace; background-color: #e6e6e6; } |