From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 78C811F4B4; Wed, 9 Sep 2020 20:56:31 +0000 (UTC) Date: Wed, 9 Sep 2020 20:56:31 +0000 From: Eric Wong To: meta@public-inbox.org Subject: [SQUASH] update UserContent.pm for CSS change Message-ID: <20200909205631.GA17273@dcvr> References: <20200909202455.9326-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200909202455.9326-1-e@80x24.org> List-Id: Oops, this gets auto-updated via "make" :x Not a huge fan of the duplication in this file, but not having to worry about installation locations for non-Perl files is nice... diff --git a/lib/PublicInbox/UserContent.pm b/lib/PublicInbox/UserContent.pm index b6b43900..789da2f1 100644 --- a/lib/PublicInbox/UserContent.pm +++ b/lib/PublicInbox/UserContent.pm @@ -23,7 +23,7 @@ sub CSS () { * Underlined links add visual noise which make them hard-to-read. * Use colors to make them stand out, instead. */ - a { color:#69f !important; text-decoration:none !important } + a:link { color:#69f !important; text-decoration:none !important } a:visited { color:#96f !important } /* quoted text in emails gets a different color */