improvement: FDI tooth chart overhauled.

This commit is contained in:
2026-08-19 00:06:21 +03:30
parent 245a238d1a
commit 6d90787c13
47 changed files with 1839 additions and 146 deletions

View File

@@ -57,6 +57,16 @@
--color-primary-soft: rgba(0, 156, 174, 0.16);
--color-icon: #e1bc72;
/* Realistic tooth: whiteblue crown, soft pink root */
--tooth-crown-hi: #ffffff;
--tooth-crown-mid: #e0f2fe;
--tooth-crown-shade: #93c5fd;
--tooth-root-hi: #f6efe6;
--tooth-root-mid: #e4d4bf;
--tooth-root-shade: #c9b396;
--tooth-stroke: #94a3b8;
--tooth-hover: #cfe0f5;
--web-opacity: 0.12;
--web-line: rgba(0, 188, 255, 0.32);
--web-glow: rgba(0, 188, 255, 0.42);
@@ -114,6 +124,15 @@
--color-primary-contrast: #001117;
--color-primary-soft: rgba(9, 169, 188, 0.2);
--color-icon: #e1bc72;
--tooth-crown-hi: #ffffff;
--tooth-crown-mid: #dbeafe;
--tooth-crown-shade: #7dd3fc;
--tooth-root-hi: #f3ebe0;
--tooth-root-mid: #dcc9ae;
--tooth-root-shade: #bba280;
--tooth-stroke: #94a3b8;
--tooth-hover: #bdd0e0;
}
/* Default theme = dark */
@@ -173,6 +192,15 @@
--color-primary-soft: rgba(9, 169, 188, 0.2);
--color-icon: #f3bb4b;
--tooth-crown-hi: #ffffff;
--tooth-crown-mid: #dbeafe;
--tooth-crown-shade: #7dd3fc;
--tooth-root-hi: #f3ebe0;
--tooth-root-mid: #dcc9ae;
--tooth-root-shade: #bba280;
--tooth-stroke: #94a3b8;
--tooth-hover: #bdd0e0;
--web-opacity: 0.14;
--web-line: rgba(59, 153, 220, 0.34);
--web-line-strong: rgba(73, 214, 255, 0.78);