/scripts/dictionnaire.css |
---|
1,11 → 1,10 |
.definition_term { |
text-decoration: underline; |
border-bottom: 1px solid black; |
border-bottom: 1px dashed black; |
position: relative; |
} |
.definition_term:hover { |
background-color: yellow; |
border-bottom: 2px solid black; |
cursor: help; |
} |