|
| 1 | +/* autoprefixer: off */ |
| 2 | + |
| 3 | +:root { |
| 4 | + --nav-background: #FFF; |
| 5 | + --navbar-height: 0; |
| 6 | + --announcement-height: 48px; |
| 7 | +} |
| 8 | + |
1 | 9 | @font-face {
|
2 | 10 | font-family: 'Material Icons';
|
3 | 11 | font-style: normal;
|
|
18 | 26 | -webkit-font-smoothing: antialiased;
|
19 | 27 | }
|
20 | 28 |
|
21 |
| -:root { |
22 |
| - --nav-background: #FFF; |
23 |
| - --navbar-height: 0; |
24 |
| - --announcement-height: 48px; |
25 |
| -} |
26 |
| - |
27 | 29 | [data-template="landing"] .toc.sidebar {
|
28 | 30 | display: none;
|
29 | 31 | }
|
@@ -454,7 +456,7 @@ gcx-full .full-articles {
|
454 | 456 | .dark-mode .doc .listingblock .title,
|
455 | 457 | .dark-mode .doc .openblock .title,
|
456 | 458 | .dark-mode .doc .tableblock caption {
|
457 |
| - color: var(--white); |
| 459 | + color: var(--body-background); |
458 | 460 | }
|
459 | 461 |
|
460 | 462 | .doc .sect1 {
|
@@ -975,9 +977,9 @@ label.switch_label:after {
|
975 | 977 | /* gcx-schema-sample-app-gallery */
|
976 | 978 |
|
977 | 979 | .dark-mode gcx-schema-sample-app-gallery {
|
978 |
| - --gcx-app-appgallery-h4-color: var(--white); |
979 |
| - --gcx-app-gallery-p-color: var(--color-interface-night-300); |
980 |
| - --gcx-sample-appgallery-card-background: var(--color-interface-night-900); |
| 980 | + --gcx-app-appgallery-h4-color: #fff; |
| 981 | + --gcx-app-gallery-p-color: #A6B1C2; |
| 982 | + --gcx-sample-appgallery-card-background: #20293A; |
981 | 983 | --gcx-sample-appgallery-card-border: 2px solid #2E394E;
|
982 | 984 | }
|
983 | 985 |
|
@@ -1129,8 +1131,8 @@ label.switch_label:after {
|
1129 | 1131 | /* Dark mode: Bottom Sidebar*/
|
1130 | 1132 |
|
1131 | 1133 | .dark-mode gcx-schema-bottom-sidebar {
|
1132 |
| - --gcx-sidebar-h4-color: var(--white); |
1133 |
| - --gcx-sidebar-li-color: var(--white); |
| 1134 | + --gcx-sidebar-h4-color: #fff; |
| 1135 | + --gcx-sidebar-li-color: #fff; |
1134 | 1136 | }
|
1135 | 1137 |
|
1136 | 1138 |
|
|
0 commit comments