Improve explanation text for comments, make abbr dotted again

This commit is contained in:
daudix
2024-03-30 23:00:33 +03:00
parent ecbf5f96eb
commit 31aeba8ec3
2 changed files with 4 additions and 12 deletions

View File

@ -161,10 +161,10 @@ blockquote {
}
}
abbr {
abbr[title] {
cursor: help;
text-decoration: underline;
-webkit-text-decoration: underline;
text-decoration: underline dotted;
-webkit-text-decoration: underline dotted;
}
aside {