From a42e4a9f67cb8ef6daba48690c0dc630cc2537f0 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 16 Oct 2021 18:50:27 +0200 Subject: [PATCH] dark: fix colors of gpg banner and commit box --- theme-github-dark.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/theme-github-dark.css b/theme-github-dark.css index 8c6c4e3..d83ad05 100644 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -465,3 +465,27 @@ a.blob-excerpt { .lines-num span:after { color: var(--color-text); } + +/* gpg key signed message */ +.repository .ui.attached.isSigned.isVerified.message { + background-color: var(--color-primary); + color: black; +} + +.repository .ui.attached.isSigned.isVerified.message .ui.text { + color: var(--color-active); +} + +.ui .info.segment.top { + background-color: var(--color-navbar)!important; +} +.repository .ui.attached.isSigned.isVerified.top, .repository .ui.attached.isSigned.isVerified.message { + border-top: 0px solid var(--color-text); +} +.repository .ui.attached.isSigned.isVerified { + border-left: 0px solid var(--color-text); + border-right: 0px solid var(--color-text); +} +.repository .ui.attached.isSigned.isVerified:last-child, .repository .ui.attached.isSigned.isVerified.bottom { + border-bottom: 0px solid #a3c293; +}