Skip to content

Commit

Permalink
fix: added text-shadow to improve readability on dark theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Jul 7, 2023
1 parent 1f194ff commit 51b1a2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion static/dark.css
Expand Up @@ -169,7 +169,8 @@ hr {
}

svg text {
fill: #e9ebf0 !important;
fill: #fff !important;
text-shadow: #000 0.5px 0.5px 0.5px;
}

svg.appsummary g rect[style="fill: rgb(204, 204, 204);"] {
Expand Down

1 comment on commit 51b1a2e

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are screenshots of this commit:

Screenshots using aw-server v0.12.3b3 (click to expand)

Screenshots using aw-server-rust master (click to expand)

Screenshots using aw-server-rust v0.12.3b3 (click to expand)

Please sign in to comment.