Tone down the "Merge Conflict" text color
Instead of the very bright #f00 color that is "red" use "#d00", a slightly darker shade of red. It is less visually jarring to look at when your personal dashboard is full of changes that are not mergeable. Change-Id: Id6671f5e6a47c50bab860ce5c00153e93ebba78d
This commit is contained in:
		@@ -189,7 +189,7 @@ limitations under the License.
 | 
			
		||||
    .notMergeable {
 | 
			
		||||
      float: right;
 | 
			
		||||
      font-weight: bold;
 | 
			
		||||
      color: red;
 | 
			
		||||
      color: #d00;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .commitColumn, .relatedColumn {
 | 
			
		||||
 
 | 
			
		||||
@@ -545,7 +545,7 @@ a:hover {
 | 
			
		||||
 | 
			
		||||
.changeTable .notMergeable {
 | 
			
		||||
  font-weight: bold;
 | 
			
		||||
  color: red;
 | 
			
		||||
  color: #d00;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.accountDashboard.changeTable tr {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user