From 96033a4b0d48dd0096b84588535d1190ffbd1758 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Fri, 31 May 2019 14:57:05 -0700 Subject: [PATCH] style tweak --- static/css/syntax.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/static/css/syntax.css b/static/css/syntax.css index 33d6b07..984d667 100644 --- a/static/css/syntax.css +++ b/static/css/syntax.css @@ -6,6 +6,7 @@ Tragedy and Geometry style by Evan Hemsley pre { background: #06122F; + border-radius: 5px; } .hljs { @@ -65,14 +66,10 @@ pre { .hljs-meta .hljs-keyword, .hljs-selector-attr, .hljs-selector-pseudo, - .hljs-link { - color: #FFAA00; - } - - /* Solarized Red */ + .hljs-link, .hljs-built_in, .hljs-deletion { - color: #dc322f; + color: #FFAA00; } .hljs-formula {