Skip to content

Commit

Permalink
[#69456] frontend: set color-scheme to dark
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejWas authored and glatosinski committed Nov 29, 2024
1 parent 5c3f087 commit 3f7637a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,600;1,14..32,600&display=swap');

:root {
color-scheme: dark;

/* Color styles */
--gray-100: rgba(26, 26, 26, 1);
--gray-200: rgba(31, 31, 31, 1);
Expand Down

0 comments on commit 3f7637a

Please sign in to comment.