1
0
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:
Mayccoll 2021-01-11 16:03:23 -05:00
parent f59390ac6f
commit 17cca7b212
4 changed files with 4 additions and 3 deletions

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

View File

@ -157,7 +157,7 @@ const $app = {
const $bgsRGB = $bgsUnique.map((ele) => chroma(ele).rgb());
const $bgsSort = sortColors($bgsRGB);
const $bgsHEX = $bgsSort.map(ele => chroma(ele).hex());
this.themeBackgrounds = $bgsHEX;
this.themeBackgrounds = $bgsHEX.reverse();
this.selected = 'background';
this.filter = 'background';
},

View File

@ -206,6 +206,7 @@
*/
.filter-background {
margin: 0 0 70px;
border: 1px solid #ffffff;
.btn--filter-bg {
position : relative;