From d1e2f17bbed1a99042297ee0672057ede2e69d49 Mon Sep 17 00:00:00 2001 From: Braydon Date: Sat, 5 Aug 2023 15:42:57 -0400 Subject: [PATCH] Change dir icon in repo file list --- theme-github.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme-github.css b/theme-github.css index b38cc41..ba7861b 100644 --- a/theme-github.css +++ b/theme-github.css @@ -545,3 +545,8 @@ .emoji[aria-label="musical\ notes"] { filter: invert() hue-rotate(180deg); } + +.repository.file.list #repo-files-table tbody .svg.octicon-file-directory-fill, +.repository.file.list #repo-files-table tbody .svg.octicon-file-submodule { + color: #7d8590; +}