diff --git a/theme-github-dark.css b/theme-github-dark.css index 0a8198c..e60e1dd 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 @@ -676,12 +680,17 @@ textarea, background: unset; } .secondary-nav .overflow-menu-items .active.item::after { - background: #f78166; + background: #f78166 !important; display: block !important; bottom: calc(50% - 25px); 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%;