Skip to content
Snippets Groups Projects

Add high-contrast style, fixes #9

Merged magicfelix requested to merge high-contrast-style into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -183,10 +183,12 @@ time.icon span {
.carousel-text-dark {
color: #000;
text-shadow: 1px 1px 3px #fff;
}
.carousel-text-light {
color: #fff;
text-shadow: 1px 1px 3px #000;
}
.button-wrapper {
Loading