From 83cf82ba82327c6f6718cef323a270c29d0ca0d6 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 1 Jun 2024 13:57:22 +0100 Subject: [PATCH] Fix active tab indicator --- theme-github-dark.css | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/theme-github-dark.css b/theme-github-dark.css index 0a8198c..aa4d752 100755 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -12,8 +12,9 @@ --color-primary: var(--color-green); --color-primary-hover: #29903b; --color-primary-active: #2e9a40; - --color-primary-light-4: #0e4429; + --color-primary-light-1: #548fca; --color-primary-light-2: #006d32; + --color-primary-light-4: #0e4429; --color-primary-dark-2: #26a641; --color-primary-dark-4: #39d353; --color-primary-contrast: #ffffff; @@ -188,7 +189,7 @@ a.muted.text:hover, } .flex-item .flex-item-title a, -.repo-title a { +.repo-header a { color: var(--color-blue); } .repo-header > a:nth-child(2) { @@ -656,6 +657,9 @@ textarea, .page-content .ui.menu .item .svg { margin-right: 0.5rem !important; } +overflow-menu { + border-bottom: none !important; +} .secondary-nav .overflow-menu-items:not(.new-menu) .item, .secondary-nav .overflow-menu-items:not(.new-menu) .active.item, .ui.secondary.menu:not(.new-menu) .item @@ -682,6 +686,11 @@ textarea, content: ""; height: 2px; position: absolute; + top: unset; + left: unset; + margin: unset; + border-bottom: unset; + border-right: unset; right: 50%; transform: translate(50%, -50%); width: 100%;