Add example for link hover style.

This commit is contained in:
Rodrigo Girão Serrão
2022-12-20 18:47:22 +00:00
parent 8ce8b4c33a
commit 57af822730
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#lbl1, #lbl2 {
link-hover-style: bold italic; /* (1)! */
}
#lbl3 {
link-hover-style: reverse strike;
}
#lbl4 {
link-hover-style: bold;
}