🎨 remove origin link color
This commit is contained in:
parent
d02995b19f
commit
c37902e74c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue