Skip to content
Snippets Groups Projects
Verified Commit e301c8b5 authored by magicfelix's avatar magicfelix
Browse files

Add high-contrast style, fixes #9

parent 4b5d4e97
No related branches found
No related tags found
1 merge request!3Add high-contrast style, fixes #9
...@@ -183,10 +183,12 @@ time.icon span { ...@@ -183,10 +183,12 @@ time.icon span {
.carousel-text-dark { .carousel-text-dark {
color: #000; color: #000;
text-shadow: 1px 1px 3px #fff;
} }
.carousel-text-light { .carousel-text-light {
color: #fff; color: #fff;
text-shadow: 1px 1px 3px #000;
} }
.button-wrapper { .button-wrapper {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment