~ztefn/haguichi/trunk

« back to all changes in this revision

Viewing changes to data/stylesheets/default.css

  • Committer: Stephen Brandt
  • Date: 2019-07-24 11:15:05 UTC
  • Revision ID: git-v1:4f005b78a1c6440af426cb98b19f4c6975b00114
Balance brightness and contract of unreachable and unapproved node colors in default stylesheet

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
}
82
82
 
83
83
.network-node-unreachable {
84
 
    background: #ff9934;
 
84
    background: #ff9329;
85
85
}
86
86
 
87
87
.network-node-unapproved {
88
 
    background: #ed3940;
 
88
    background: #f93840;
89
89
}
90
90
 
91
91
.network-node-error {