core: fix color order
This commit is contained in:
parent
b114b117e5
commit
e220f9c213
@ -17,11 +17,11 @@ canvas {
|
||||
}
|
||||
|
||||
.first {
|
||||
background: #eff1f5;
|
||||
background: #fe640b;
|
||||
}
|
||||
|
||||
.second {
|
||||
background: #fe640b;
|
||||
background: #eff1f5;
|
||||
}
|
||||
|
||||
#navigation {
|
||||
|
Loading…
Reference in New Issue
Block a user