Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions static/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,13 @@ svg text {
text-shadow: #000 0.5px 0.5px 0.5px;
}

svg.appsummary text {
paint-order: stroke fill;
stroke: #000;
stroke-linejoin: round;
stroke-width: 2px;
}

/* Timespiral labels are drawn via D3 .style('fill', '#888'), which loses
to the generic svg text rule above via !important — but the inner
textPath elements (date rings) inherit a dim parent and need their own
Expand Down
Loading