From e4ebff127fabc0749d138e757afebcf6632d2cb4 Mon Sep 17 00:00:00 2001 From: pat-s Date: Sat, 15 Apr 2023 22:30:17 +0200 Subject: [PATCH] update red close button --- theme-github-auto.css | 7 +++++++ theme-github-dark.css | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/theme-github-auto.css b/theme-github-auto.css index 2a970ee..c573d26 100644 --- a/theme-github-auto.css +++ b/theme-github-auto.css @@ -1423,4 +1423,11 @@ background: rgba(99,110,123,0.4); color: #cdd9e5; } + .ui.basic.red.buttons .button, .ui.basic.red.button { + color: var(--color-red); + border: 1px solid var(--color-red); + border-radius: 16px; + padding: 5px 16px; + line-height: 20px; + } } diff --git a/theme-github-dark.css b/theme-github-dark.css index 32b8a20..eb4623f 100755 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -991,3 +991,11 @@ footer { background: rgba(99,110,123,0.4); color: #cdd9e5; } + +.ui.basic.red.buttons .button, .ui.basic.red.button { + color: var(--color-red); + border: 1px solid var(--color-red); + border-radius: 16px; + padding: 5px 16px; + line-height: 20px; +}