remove dotted underline

This commit is contained in:
Satya L. Johnson 2021-09-24 08:08:10 -04:00
parent 767f660d37
commit 20f7c24df5
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
<em>I live at the <a href="https://bensonplace.org">Benson Place</a></em>
<em>I am a student and an actor</em>
<style>
abbr {
text-decoration: none;
}
abbr[title] {
position: relative;