Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Remove text shadow that messed up with custom column styles
Browse files Browse the repository at this point in the history
  • Loading branch information
danthe3rd committed Sep 30, 2021
1 parent cf5d3ae commit e85530c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/parallel/parallel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@
.axis :global(.tick) {
width: 200px;
}
:global(.hip_thm--light) .axis :global(.label-name) {
text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff;
}

/* Dark mode */
:global(.hip_thm--dark) .brush rect.extent {
fill: rgba(100,100,100,0.15);
Expand Down

0 comments on commit e85530c

Please sign in to comment.