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