Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #72 from acoop133/1.10Fixes
Browse files Browse the repository at this point in the history
1.10 fixes
  • Loading branch information
Snazzie committed Aug 26, 2019
2 parents 4c65353 + dab409f commit ee04c73
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7542,9 +7542,10 @@ a.btn,
}

.commits-listing:before,
.profile-timeline.discussion-timeline:before,
.discussion-timeline:before,
.discussion-item-icon {
background: #555;
background: #555 !important;
}

.btn .octicon {
Expand All @@ -7570,4 +7571,11 @@ div[style="background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,25

div[style="background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));"] {
background: linear-gradient(to right, rgb(93, 106, 119), rgba(255, 255, 255, 0)) !important;
}

.bg-blue-2{
background: #3c444c !important;
}
.projects-comment-form .comment-form-head .toolbar-commenting{
background: none !important;
}

0 comments on commit ee04c73

Please sign in to comment.