mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-22 20:51:23 +00:00
Merge pull request #145 from AngelRionCervi/master
changed color of inactive picking bars
This commit is contained in:
commit
7303c62e32
1 changed files with 2 additions and 2 deletions
|
@ -349,11 +349,11 @@ html, body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.marine-box {
|
.marine-box {
|
||||||
background-color: #2c689c;
|
background-color: #436685;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alien-box {
|
.alien-box {
|
||||||
background-color: #9c602c;
|
background-color: #996633;
|
||||||
}
|
}
|
||||||
|
|
||||||
.marine-box-active {
|
.marine-box-active {
|
||||||
|
|
Loading…
Reference in a new issue