From 30f6fd09f6b244bc63af0d753d0f86a726dde230 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 15 Jul 2023 08:22:38 +0200 Subject: [PATCH] light: update color for folder diff view --- theme-github.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme-github.css b/theme-github.css index c358f2e..d203d46 100644 --- a/theme-github.css +++ b/theme-github.css @@ -426,3 +426,8 @@ ui.basic.blue.button:hover, background: var(--color-green); color: #fff !important; } + +// folder icon color for PR diff view +.svg-icon.directory[data-v-0fac5124] { + color: #54aeff; +}