diff --git a/theme-github-auto.css b/theme-github-auto.css index c573d26..b51f0f1 100644 --- a/theme-github-auto.css +++ b/theme-github-auto.css @@ -1430,4 +1430,19 @@ padding: 5px 16px; line-height: 20px; } + .notification_count { + position: absolute; + left: 13px; + top: -5px; + min-width: 1.5em; + text-align: center; + background: var(--color-primary); + border: 0px solid var(--color-header-bar); + color: var(--color-header-bar); + padding: 2px; + border-radius: 1em; + font-size: 9px; + font-weight: 700; + line-height: null; + } } diff --git a/theme-github-dark.css b/theme-github-dark.css index eb4623f..8980040 100755 --- a/theme-github-dark.css +++ b/theme-github-dark.css @@ -999,3 +999,19 @@ footer { padding: 5px 16px; line-height: 20px; } + +.notification_count { + position: absolute; + left: 13px; + top: -5px; + min-width: 1.5em; + text-align: center; + background: var(--color-primary); + border: 0px solid var(--color-header-bar); + color: var(--color-header-bar); + padding: 2px; + border-radius: 1em; + font-size: 9px; + font-weight: 700; + line-height: null; +}