summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2019-03-28 08:34:05 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2019-03-28 08:34:05 +0100
commit984e9a829d1daea7a3da723760adb073026a2764 (patch)
tree7ac6b9f504b0e083e3b30783ce7e7c11972f708b
parentcca8bce331ca114190eebd51056554eb57bfdf25 (diff)
Remove line number color override
This looks slightly better and makes it clear that the line numbers can be clicked.
-rw-r--r--pastepy/static/css/paste.css1
-rw-r--r--pastepy/static/css/paste.dark.css1
2 files changed, 0 insertions, 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%; }