add info icon for things with a tooltip

This commit is contained in:
Rhiannon Morris 2020-07-11 06:15:13 +02:00
parent 91a218dbc1
commit 8231ef81cd
3 changed files with 9 additions and 2 deletions

View file

@ -112,6 +112,11 @@ dd {
text-decoration: dotted underline;
text-decoration-thickness: 2px;
}
[title]::after {
content: url(images/info_small.png);
vertical-align: text-top;
mix-blend-mode: hard-light;
}
}
@media (hover: none) {
[title]::after {
@ -259,7 +264,8 @@ footer a {
.cake::before, .cake::after,
header rt::before, header rt::after,
section h2::before, section h2::after {
section h2::before, section h2::after,
[title]::after {
mix-blend-mode: initial;
}
}