Skip to content

Commit

Permalink
Обновляет использование масок фотографий для темной темы
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybaev committed May 8, 2021
1 parent 0c59fe1 commit e8de3c0
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 35 deletions.
1 change: 0 additions & 1 deletion src/images/shape/1-dark.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/images/shape/2-dark.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/images/shape/3-dark.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/images/shape/4-dark.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/images/shape/5-dark.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/images/shape/6-dark.svg

This file was deleted.

1 change: 0 additions & 1 deletion src/images/shape/7-dark.svg

This file was deleted.

28 changes: 0 additions & 28 deletions src/styles/blocks/blob.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,34 +61,6 @@
mask-image: url('/images/shape/7.svg');
}

.page--dark-mode .blob--shape-1::before {
content: url('/images/shape/1-dark.svg');
}

.page--dark-mode .blob--shape-2::before {
content: url('/images/shape/2-dark.svg');
}

.page--dark-mode .blob--shape-3::before {
content: url('/images/shape/3-dark.svg');
}

.page--dark-mode .blob--shape-4::before {
content: url('/images/shape/4-dark.svg');
}

.page--dark-mode .blob--shape-5::before {
content: url('/images/shape/5-dark.svg');
}

.page--dark-mode .blob--shape-6::before {
content: url('/images/shape/6-dark.svg');
}

.page--dark-mode .blob--shape-7::before {
content: url('/images/shape/7-dark.svg');
}

/* Photo */

.blob__photo {
Expand Down

0 comments on commit e8de3c0

Please sign in to comment.