From a8324951fdfcbfb7775b112833c20d3181455e45 Mon Sep 17 00:00:00 2001 From: pat-s Date: Thu, 7 Oct 2021 17:22:22 +0300 Subject: [PATCH] dark: beautify gpg commit label --- theme-github-dark.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme-github-dark.css b/theme-github-dark.css index 3ab084f..bdcdfc8 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -309,3 +309,10 @@ textarea, .repository.file.list #repo-files-table td a { color: #7f8699!important; } + +/* gpg commit label */ +.repository #commits-table td.sha .sha.label.isSigned.isVerified, .repository #repo-files-table .sha.label.isSigned.isVerified, .repository #rev-list .sha.label.isSigned.isVerified, .repository .timeline-item.commits-list .singular-commit .sha.label.isSigned.isVerified { + border: 1px solid #21ba45 !important; + background: transparent; + border-radius: 6px; +}