Skip to content

Commit

Permalink
Fix signup human verification text color
Browse files Browse the repository at this point in the history
In dark theme.
also grouped scattered css varaiables into one place in variables.css

Close: #13525
  • Loading branch information
meel-hd authored and nijel committed Feb 6, 2025
1 parent e191c70 commit 6620659
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions weblate/static/style-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
color-scheme: only dark;
--border: 1px solid #484d50;
--background-color: #1a1d1e;

--altcha-color-text: #d9d3cc;
--altcha-color-border: #484d50;
}

/* User-Agent Style */
Expand Down

0 comments on commit 6620659

Please sign in to comment.