🎨 remove origin link color

This commit is contained in:
hibobmaster 2022-04-29 09:46:43 +08:00
parent d02995b19f
commit c37902e74c
Signed by: bobmaster
GPG key ID: FC3F06DF7EA00106

View file

@ -50,12 +50,12 @@ a:hover { color: #D31141; }
/* Post body links */
.postlink {
border-bottom-color: #368AD2;
/* border-bottom-color: #368AD2; */
color: #368AD2;
}
.postlink:visited {
border-bottom-color: #5D8FBD;
/* border-bottom-color: #5D8FBD; */
color: #5D8FBD;
}