From d0ec4da42502ad0d57533d9646498eb809cea3df Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Thu, 10 Oct 2019 01:11:10 -0400 Subject: [PATCH] colors for diffs --- views/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/style.css b/views/style.css index bed7ff2..612c716 100644 --- a/views/style.css +++ b/views/style.css @@ -201,8 +201,8 @@ input[type=file] { .op { color: #ba88ff; } .tp { font-weight: bold; } .cm { color: $fg-subtle; font-style: italic; } - .al { } - .dl { } + .al { color: #aaffbb; } + .dl { color: #ffaabb; } } }