Skip to content

Commit 5fa5db0

Browse files
authored
fix milestone progress bar
In default style this is.`.bg-purple` and is `!important;` so we need to manually override this.
1 parent 1746d20 commit 5fa5db0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

github-dark.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3111,6 +3111,9 @@
31113111
.discussion-item-icon {
31123112
background: #444 !important;
31133113
}
3114+
.progress-bar .progress.bg-purple {
3115+
background-color: #6f42c1 !important;
3116+
}
31143117
.switcher > span:after, .list-module a:hover, .section-nav .active a,
31153118
#dashboard .filter-bar li a.filter_selected:after, .state-widget .behind .bar,
31163119
.settings-email .label:not(.default), .key, .date:after,

0 commit comments

Comments
 (0)