From 984e9a829d1daea7a3da723760adb073026a2764 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 28 Mar 2019 08:34:05 +0100 Subject: Remove line number color override This looks slightly better and makes it clear that the line numbers can be clicked. --- pastepy/static/css/paste.css | 1 - pastepy/static/css/paste.dark.css | 1 - 2 files changed, 2 deletions(-) diff --git a/pastepy/static/css/paste.css b/pastepy/static/css/paste.css index b451600..adfcea2 100644 --- a/pastepy/static/css/paste.css +++ b/pastepy/static/css/paste.css @@ -1,7 +1,6 @@ .paste-header #info { color: #bbb; } .paste-header #info #nick, .paste-header #info #syntax-type, .paste-header #info #date { color: #888; } .highlighttable .linenodiv { background-color: #e7e7e7; } -.highlighttable .linenos a { color: #666; } .highlighttable .linenos a::before { content: " "; } .highlighttable .linenos a::after { content: " "; } .highlighttable .code { width: 100%; } diff --git a/pastepy/static/css/paste.dark.css b/pastepy/static/css/paste.dark.css index 41b7242..7b95abe 100644 --- a/pastepy/static/css/paste.dark.css +++ b/pastepy/static/css/paste.dark.css @@ -1,7 +1,6 @@ .paste-header #info { color: #444; } .paste-header #info #nick, .paste-header #info #syntax-type, .paste-header #info #date { color: #666; } .highlighttable .linenodiv { background-color: #1a1a1a; } -.highlighttable .linenos a { color: #666; } .highlighttable .linenos a::before { content: " "; } .highlighttable .linenos a::after { content: " "; } .highlighttable .code { width: 100%; } -- cgit v1.2.3