Commit bbf6d56
committed
docs(site): recalibrate brand tokens to the kit's Ocean & Deep Blue
The Docker brand kit's SVG fills use \`#2560FF\` (\"Ocean Blue\") and
\`#00153C\` (\"Deep Blue\"), not the \`#1D63ED\` / \`#09101F\` values I
introduced in 11b72ba. Subtle but visible on the home-page hero
gradient, the feature card hover, and the hand-drawn how-it-works
flow diagram \u2014 they were all in a slightly off shade of blue
compared to the official mark we now ship.
\u2022 --blue-100..700 derived from \`#2560FF\` (was \`#1D63ED\`).
\u2022 --navy-900..600 derived from \`#00153C\` (was \`#09101F\`).
\u2022 Every hard-coded \`rgba(29,99,237, \u2026)\` rewritten to
\`rgba(37,96,255, \u2026)\` (callout shadows, hero radial highlight,
pain/with rows, ecosystem tiles, page-nav focus ring).
\u2022 Hero gradient mid-stop bumped to \`#06204D\` (a token-aligned
navy) and the light-theme variant to \`#133361\`.
\u2022 Header glass background switched to \`rgba(0,21,60,0.85)\`.
\u2022 \`how-it-works.svg\` strokes/fills updated to \`#2560FF\`.
The \`--docker-blue\` / \`--accent\` / \`--accent-hover\` aliases keep
working because they all resolve through the new --blue-500.
Reported by review of the docker-mark swap on #2793.1 parent bd8b4e4 commit bbf6d56
2 files changed
Lines changed: 43 additions & 42 deletions
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
144 | 145 | | |
145 | 146 | | |
146 | 147 | | |
147 | | - | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
150 | 151 | | |
| |||
780 | 781 | | |
781 | 782 | | |
782 | 783 | | |
783 | | - | |
| 784 | + | |
784 | 785 | | |
785 | 786 | | |
786 | 787 | | |
| |||
817 | 818 | | |
818 | 819 | | |
819 | 820 | | |
820 | | - | |
| 821 | + | |
821 | 822 | | |
822 | 823 | | |
823 | 824 | | |
824 | 825 | | |
825 | 826 | | |
826 | 827 | | |
827 | 828 | | |
828 | | - | |
| 829 | + | |
829 | 830 | | |
830 | 831 | | |
831 | | - | |
| 832 | + | |
832 | 833 | | |
833 | 834 | | |
834 | 835 | | |
| |||
837 | 838 | | |
838 | 839 | | |
839 | 840 | | |
840 | | - | |
| 841 | + | |
841 | 842 | | |
842 | 843 | | |
843 | 844 | | |
| |||
925 | 926 | | |
926 | 927 | | |
927 | 928 | | |
928 | | - | |
| 929 | + | |
929 | 930 | | |
930 | 931 | | |
931 | 932 | | |
| |||
1039 | 1040 | | |
1040 | 1041 | | |
1041 | 1042 | | |
1042 | | - | |
1043 | | - | |
| 1043 | + | |
| 1044 | + | |
1044 | 1045 | | |
1045 | 1046 | | |
1046 | 1047 | | |
| |||
1077 | 1078 | | |
1078 | 1079 | | |
1079 | 1080 | | |
1080 | | - | |
| 1081 | + | |
1081 | 1082 | | |
1082 | 1083 | | |
1083 | 1084 | | |
| |||
1145 | 1146 | | |
1146 | 1147 | | |
1147 | 1148 | | |
1148 | | - | |
1149 | | - | |
| 1149 | + | |
| 1150 | + | |
1150 | 1151 | | |
1151 | 1152 | | |
1152 | 1153 | | |
| |||
1267 | 1268 | | |
1268 | 1269 | | |
1269 | 1270 | | |
1270 | | - | |
| 1271 | + | |
1271 | 1272 | | |
1272 | 1273 | | |
1273 | 1274 | | |
| |||
0 commit comments