From ec71ffc093f437ae393d10677cf39cb749703944 Mon Sep 17 00:00:00 2001 From: fatchan Date: Fri, 14 Feb 2020 21:52:51 +0100 Subject: [PATCH] still keep it link-color by default --- gulp/res/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/res/css/style.css b/gulp/res/css/style.css index 20d4f959..49023e6d 100644 --- a/gulp/res/css/style.css +++ b/gulp/res/css/style.css @@ -176,7 +176,7 @@ pre { margin-bottom: 5px; } -a, a:visited { +a, a:visited, a.post-name { text-decoration: underline; color: var(--link-color); }