make links more visible with dotted underline

fixes #1
This commit is contained in:
wuyoli 2022-02-17 01:45:54 +00:00
parent 72aa80ea6f
commit 840dd900f5
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ img {
.post-content {
a {
text-decoration: none;
text-decoration: underline dotted;
letter-spacing: 1px;
color: #81A1C1;
}