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