Commit 8f1f8c30 authored by Felizia Tiburcio's avatar Felizia Tiburcio

Change slick slider arrow colors

parent 0cf3cd65
...@@ -5,6 +5,7 @@ body { ...@@ -5,6 +5,7 @@ body {
height: 100%; height: 100%;
font-size: 11pt; font-size: 11pt;
color: #3d3838; color: #3d3838;
/* background-color: black; */
} }
.carousel-item img { .carousel-item img {
...@@ -92,6 +93,7 @@ nav { ...@@ -92,6 +93,7 @@ nav {
} }
.event-container{ .event-container{
margin: 50px;
display: flex; display: flex;
justify-content: center; justify-content: center;
background-color: #ffc2c2; background-color: #ffc2c2;
...@@ -159,6 +161,15 @@ nav { ...@@ -159,6 +161,15 @@ nav {
padding: 8px 16px; padding: 8px 16px;
} }
/* auction view end */ /* auction view end */
.slick-prev:before {
color: black !important;
}
.slick-next:before {
color: black !important;
}
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
cursor: pointer; cursor: pointer;
color: transparent; color: black;
border: none; border: none;
outline: none; outline: none;
background: transparent; background: transparent;
......
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
{% endif %} {% endif %}
</div> </div>
</div>
<div class="title-container"><h1> Upcoming Events </h1></div> <div class="title-container"><h1> Upcoming Events </h1></div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment