summaryrefslogtreecommitdiff
path: root/pastepy/static/css/paste.dark.css
diff options
context:
space:
mode:
Diffstat (limited to 'pastepy/static/css/paste.dark.css')
-rw-r--r--pastepy/static/css/paste.dark.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/pastepy/static/css/paste.dark.css b/pastepy/static/css/paste.dark.css
index 9006543..41b7242 100644
--- a/pastepy/static/css/paste.dark.css
+++ b/pastepy/static/css/paste.dark.css
@@ -2,6 +2,7 @@
.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%; }
.highlighttable .selected { display: block; background-color: #244; }