Skip to content

Commit

Permalink
Merge pull request #33 from kitt1987/label
Browse files Browse the repository at this point in the history
Apply new label styles
  • Loading branch information
kitt1987 authored Dec 15, 2021
2 parents c6e5be1 + 0cf96e3 commit 03222af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions src/classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,18 @@ span.mail-status,
span.repo-language-color,
span.discussion-item-icon,
span.discussion-item-icon,
div.TimelineItem-badge, span.TimelineItem-badge {
div.TimelineItem-badge,
span.TimelineItem-badge,
span.feature-preview-indicator {
border-radius: 50% !important;
}

span.Counter {
--color-neutral-muted: var(--secondary);
--color-btn-counter-bg: var(--secondary);
border-radius: 2em !important;
}

/* button group */
.BtnGroup {
border-radius: 3px !important;
Expand Down Expand Up @@ -188,7 +196,7 @@ div.merge-status-list {

/* navbar */
main>div:first-child {
box-shadow: inset 0 -1px 0 #e1e4e8;
box-shadow: inset 0 -1px 0 var(--color-border-muted);
}

main>div:last-child {
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GitHub Beautifier",
"version": "2020.6.23.5",
"version": "2020.6.23.6",
"description": "More beautiful than either present or classic GitHub",
"homepage_url": "https://kitt1987.github.io/github-beautifier",
"manifest_version": 2,
Expand Down

0 comments on commit 03222af

Please sign in to comment.