updated dark complementary colors

This commit is contained in:
Gani Georgiev
2026-04-20 12:25:04 +03:00
parent d35a0d841c
commit d23963aaca
6 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -108,7 +108,7 @@
width: 100%;
height: auto;
min-height: 300px;
background-image: radial-gradient(var(--surfaceAlt3Color) 1px, transparent 1px);
background-image: radial-gradient(var(--surfaceAlt2Color) 1px, transparent 1px);
background-size: 20px 20px;
border-radius: var(--borderRadius);
touch-action: none; /* handled by js */