Skip to content

Commit

Permalink
Change color of inline nick box to Solarized background highlight color
Browse files Browse the repository at this point in the history
  • Loading branch information
TempSpas authored and TempSpas committed Nov 7, 2017
1 parent 68d2f5e commit 0d72d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion design.css
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ body .inline_nickname {
display: inline-block;
line-height: 1;
padding: 3px 2px;
background: #2C3E50;
background: #073642; /*#2C3E50;*/
border: 1px solid #34495E;
border-radius: 3px;
/*margin: 2px 0;*/
Expand Down

0 comments on commit 0d72d36

Please sign in to comment.