Skip to content
Snippets Groups Projects

Add custom carousel text color functionality

Merged magicfelix requested to merge (removed):custom-carousel-color into master
3 files
+ 14
4
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 8
0
@@ -181,6 +181,14 @@ time.icon span {
max-height: 500px;
}
.carousel-text-dark {
color: #000;
}
.carousel-text-light {
color: #fff;
}
.button-wrapper {
text-align: center;
}
Loading