From c37902e74c72fdd0551f9d8ad310abdd88e04b56 Mon Sep 17 00:00:00 2001 From: hibobmaster <32976627+hibobmaster@users.noreply.github.com> Date: Fri, 29 Apr 2022 09:46:43 +0800 Subject: [PATCH] :art: remove origin link color --- theme/colours.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/colours.css b/theme/colours.css index 38df09b..8f5427b 100755 --- a/theme/colours.css +++ b/theme/colours.css @@ -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; }