Skip to content

Commit 2cf4e8e

Browse files
committed
fix: style
1 parent 67327a1 commit 2cf4e8e

13 files changed

Lines changed: 1391 additions & 27 deletions
131 KB
Loading

packages/common-config/static/common/img/common-background-aztec.svg

Lines changed: 1352 additions & 0 deletions
Loading

packages/common-config/static/common/img/wonderland-aztec-navbar-logo.svg

Lines changed: 9 additions & 9 deletions
Loading

sites/aztec/src/css/local.css

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
/* Shape, Icons, etc customization */
44
:root {
55
/* Aztec tokens */
6-
--aztec-accent: #D5FF2A;
7-
--aztec-surface: #2E0700;
6+
--aztec-accent: #FFFFFF;
7+
--aztec-surface: #00122E;
88

99
/* Bridge to shared styles */
1010
--wonderland-accent: var(--aztec-accent);
@@ -13,10 +13,10 @@
1313

1414
/* Docs primary (Infima) */
1515
--ifm-color-primary: var(--aztec-accent);
16-
--ifm-color-primary-dark: #b1d61a;
17-
--ifm-color-primary-darker: #91b516;
18-
--ifm-color-primary-light: #e1ff6b;
19-
--ifm-color-primary-lighter: #eeff9c;
16+
--ifm-color-primary-dark: #E6E6E6;
17+
--ifm-color-primary-darker: #CCCCCC;
18+
--ifm-color-primary-light: #FFFFFF;
19+
--ifm-color-primary-lighter: #FFFFFF;
2020
}
2121

2222
/* Override shared surface token only on docs pages so local theme wins */
@@ -204,7 +204,7 @@ html.docs-doc-page .menu {
204204
color: #ffffff !important;
205205
}
206206
.theme-doc-sidebar-container button[class*="collapseSidebarButton"]:hover {
207-
color: #D5FF2A !important;
207+
color: var(--aztec-accent) !important;
208208
}
209209
.theme-doc-sidebar-container button[class*="collapseSidebarButton"] svg path {
210210
fill: none !important;
@@ -293,6 +293,18 @@ div[class*="codeBlockTitle"],
293293
color: var(--aztec-accent) !important;
294294
opacity: 0.9;
295295
}
296+
297+
#disclaimer-btn img[src$="information-circle.svg"],
298+
img[src$="information-circle.svg"],
299+
img[src*="/img/icons/information-circle.svg"],
300+
img[src*="/common/img/icons/information-circle.svg"] {
301+
filter: brightness(0) invert(1) !important;
302+
}
303+
#disclaimer-btn svg,
304+
#disclaimer-btn svg * {
305+
stroke: #ffffff !important;
306+
fill: #ffffff !important;
307+
}
296308
/* Pagination button highlight */
297309
.pagination-nav__link {
298310
border: 1px solid var(--aztec-accent) !important;

sites/aztec/src/pages/index.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
/* Aztec background */
3232
.aztecBackground {
33-
background: url("/common/img/common-background-aztec.png") no-repeat center 0;
33+
background: url("/common/img/common-background-aztec.svg") no-repeat center 0;
3434
background-size: cover;
3535
min-height: 100vh;
3636
position: absolute;
Lines changed: 3 additions & 3 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)