diff --git a/src/components/carousel/carousel.scss b/src/components/carousel/carousel.scss
index a828d612e..2ab231916 100644
--- a/src/components/carousel/carousel.scss
+++ b/src/components/carousel/carousel.scss
@@ -18,8 +18,14 @@
height: $icon-size;
&:before {
- color: $ui-dark-gray;
+ display: block;
+ background-repeat: no-repeat;
+ background-position: center center;
+ background-size: 70%;
+ width: $icon-size;
+ height: $icon-size;
font-size: $icon-size;
+ content: "";
}
&.slick-disabled:before {
@@ -30,6 +36,16 @@
.slick-prev {
left: 0;
+ &:before {
+ background-image: url("/svgs/carousel/prev_ui-dark-gray.svg");
+ }
+
+ &:hover:before {
+ background-image: url("/svgs/carousel/prev_ui-blue.svg");
+ background-size: 90%;
+ }
+
+
.box-content & {
left: -$box-content-offset;
}
@@ -38,6 +54,15 @@
.slick-next {
right: 0;
+ &:before {
+ background-image: url("/svgs/carousel/next_ui-dark-gray.svg");
+ }
+
+ &:hover:before {
+ background-image: url("/svgs/carousel/next_ui-blue.svg");
+ background-size: 90%;
+ }
+
.box-content & {
right: -$box-content-offset;
}
diff --git a/static/svgs/carousel/next_ui-blue.svg b/static/svgs/carousel/next_ui-blue.svg
new file mode 100644
index 000000000..96b44c27b
--- /dev/null
+++ b/static/svgs/carousel/next_ui-blue.svg
@@ -0,0 +1,19 @@
+
+
+
diff --git a/static/svgs/carousel/next_ui-dark-gray.svg b/static/svgs/carousel/next_ui-dark-gray.svg
new file mode 100644
index 000000000..3853fe8f9
--- /dev/null
+++ b/static/svgs/carousel/next_ui-dark-gray.svg
@@ -0,0 +1,19 @@
+
+
+
diff --git a/static/svgs/carousel/prev_ui-blue.svg b/static/svgs/carousel/prev_ui-blue.svg
new file mode 100644
index 000000000..62fe47270
--- /dev/null
+++ b/static/svgs/carousel/prev_ui-blue.svg
@@ -0,0 +1,19 @@
+
+
+
diff --git a/static/svgs/carousel/prev_ui-dark-gray.svg b/static/svgs/carousel/prev_ui-dark-gray.svg
new file mode 100644
index 000000000..ad8ed4e1b
--- /dev/null
+++ b/static/svgs/carousel/prev_ui-dark-gray.svg
@@ -0,0 +1,19 @@
+
+
+
diff --git a/static/svgs/love/love_type-gray.svg b/static/svgs/love/love_type-gray.svg
new file mode 100644
index 000000000..f1ad8f3ff
--- /dev/null
+++ b/static/svgs/love/love_type-gray.svg
@@ -0,0 +1,11 @@
+
+
+
diff --git a/static/svgs/remix/remix_type-gray.svg b/static/svgs/remix/remix_type-gray.svg
new file mode 100644
index 000000000..8dbcff058
--- /dev/null
+++ b/static/svgs/remix/remix_type-gray.svg
@@ -0,0 +1,18 @@
+
+
+