From f8ec6c357330a3afc7ee92fc600d65ae6abb9ed3 Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Sat, 1 Jun 2024 13:36:18 +0100 Subject: [PATCH] More fixes --- theme-github-dark.css | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/theme-github-dark.css b/theme-github-dark.css index 5fc7eb3..0a8198c 100755 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -52,7 +52,7 @@ --color-box-body: var(--color-body); --color-box-header: #161b22; --color-nav-bg: #010409; - --color-header-wrapper: #010409; + --color-secondary-nav-bg: #010409; --color-nav-hover-bg: rgba(177, 186, 196, 0.12); --color-hover: #292e36; --color-label-bg: rgba(56, 139, 253, 0.1); @@ -198,6 +198,9 @@ a.muted.text:hover, width: 22px; padding-top: 4px; } +.issue-list .flex-item .flex-item-title a { + color: var(--color-white); +}; #repo-topics { margin-bottom: 10px; @@ -346,7 +349,7 @@ a.ui.label:hover { /* project board */ .project-column { - background-color: var(--color-header-wrapper) !important; + background-color: var(--color-secondary-nav-bg) !important; } .project-column > .divider { border: 0; @@ -410,7 +413,7 @@ a.ui.label:hover { .ui.selection.dropdown .menu, .ui.table, .ui.text.menu .dropdown.item>.menu { - border-radius: var(--border-radius) !important; + border-radius: var(--border-radius); } .ui.label.scope-left { border-top-right-radius: 0 !important; @@ -661,7 +664,7 @@ textarea, border-radius: var(--border-radius) !important; align-items: center; line-height: 30px; - padding: 0 8px; + padding: 0 8px !important; margin-top: 0 !important; margin-bottom: 0 !important; } @@ -669,11 +672,12 @@ textarea, .ui.secondary.menu .item:hover { background: var(--color-nav-hover-bg) !important; } -.secondary-nav .overflow-menu-items:not(.new-menu) .active.item { +.secondary-nav .overflow-menu-items .active.item { background: unset; } -.secondary-nav .overflow-menu-items:not(.new-menu) .active.item::after { +.secondary-nav .overflow-menu-items .active.item::after { background: #f78166; + display: block !important; bottom: calc(50% - 25px); content: ""; height: 2px; @@ -687,6 +691,11 @@ textarea, .ui.secondary.pointing.menu .active.item:hover { border-color: #f78166; } +.ui.tabular.menu .item, .ui.secondary.pointing.menu .overflow-menu-items .item { + padding: 0 8px !important; + align-self: unset; + border-bottom: none; +} .ui.menu.new-menu .item:last-child { padding-right: 16px !important; }