style: add abbr styling

This commit is contained in:
Oliver Booth 2023-08-09 23:16:52 +01:00
parent 290d261771
commit e3b40a94c0
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 5 additions and 0 deletions

View File

@ -161,6 +161,11 @@ article {
font-size: 32px;
margin: 50px 0;
}
abbr {
text-decoration: none;
border-bottom: 1px dotted #ffffff;
}
}
.blog-card {