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 #52 from acoop133/Project
Browse files Browse the repository at this point in the history
ISSUE#38 Add border to form textbox body + make project sidebar opticons visible
  • Loading branch information
Snazzie authored Jun 24, 2019
2 parents 69c42b8 + 03f0a57 commit c1e6cdf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -7514,4 +7514,24 @@ a.btn,
.pinned-issue-item,
.pinned-item-list-item {
background: #25272A !important;
}

.project-comment-body-hover .octicon-pencil,
.project-comment-body-hover .octicon-smiley,
.project-comment-title-hover .octicon-pencil,
.project-comment-body-reaction .comment-action,
.octicon-x {
color: #7E7F81 !important;
}

.project-comment-body-hover .octicon-pencil:hover,
.project-comment-body-hover .octicon-smiley:hover,
.project-comment-title-hover .octicon-pencil:hover,
.project-comment-body-reaction .comment-action:hover,
.octicon-x:hover {
color: white !important;
}

.form-group textarea.form-control {
border: 1px solid #343434 !important;
}

0 comments on commit c1e6cdf

Please sign in to comment.