mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
reverse background results
This commit is contained in:
parent
f59390ac6f
commit
17cca7b212
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -157,7 +157,7 @@ const $app = {
|
|||||||
const $bgsRGB = $bgsUnique.map((ele) => chroma(ele).rgb());
|
const $bgsRGB = $bgsUnique.map((ele) => chroma(ele).rgb());
|
||||||
const $bgsSort = sortColors($bgsRGB);
|
const $bgsSort = sortColors($bgsRGB);
|
||||||
const $bgsHEX = $bgsSort.map(ele => chroma(ele).hex());
|
const $bgsHEX = $bgsSort.map(ele => chroma(ele).hex());
|
||||||
this.themeBackgrounds = $bgsHEX;
|
this.themeBackgrounds = $bgsHEX.reverse();
|
||||||
this.selected = 'background';
|
this.selected = 'background';
|
||||||
this.filter = 'background';
|
this.filter = 'background';
|
||||||
},
|
},
|
||||||
|
@ -206,6 +206,7 @@
|
|||||||
*/
|
*/
|
||||||
.filter-background {
|
.filter-background {
|
||||||
margin: 0 0 70px;
|
margin: 0 0 70px;
|
||||||
|
border: 1px solid #ffffff;
|
||||||
|
|
||||||
.btn--filter-bg {
|
.btn--filter-bg {
|
||||||
position : relative;
|
position : relative;
|
||||||
|
Loading…
Reference in New Issue
Block a user