diff --git a/style.css b/style.css index d2ea044..94a2e09 100644 --- a/style.css +++ b/style.css @@ -107,9 +107,18 @@ dd { text-align: left; } -[title] { - text-decoration: dotted underline; - text-decoration-thickness: 2px; +@media (hover) { + [title] { + text-decoration: dotted underline; + text-decoration-thickness: 2px; + } +} +@media (hover: none) { + [title]::after { + content: attr(title); + font-size: 75%; + display: inline-block; + } } a {