Skip to content

Commit

Permalink
Merge pull request #74 from thesebas/patch-1
Browse files Browse the repository at this point in the history
Add text shadows for better readability on striped background.
  • Loading branch information
imightbeamy authored Jun 9, 2019
2 parents 4d99e83 + 56ff848 commit 0497d13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions events.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const mergeEventElements = (events) => {
eventToKeep.style.visibility = "visible";
eventToKeep.style.width = null;
eventToKeep.style.border = "solid 1px #FFF"
eventToKeep.style.textShadow = "0px 0px 5px black";

events.forEach(event => {
event.style.visibility = "hidden";
Expand Down

0 comments on commit 0497d13

Please sign in to comment.