Skip to content

Commit 3504048

Browse files
committed
chore(docs): update theme colours, remove unneeded style declarations
1 parent ef3cea8 commit 3504048

1 file changed

Lines changed: 6 additions & 27 deletions

File tree

packages/docs/src/css/custom.css

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
/* You can override the default Infima variables here. */
1010
:root {
1111
--ifm-color-primary: #4285F4;
12-
--ifm-color-primary-dark: #29784c;
13-
--ifm-color-primary-darker: #277148;
14-
--ifm-color-primary-darkest: #205d3b;
15-
--ifm-color-primary-light: #33925d;
16-
--ifm-color-primary-lighter: #359962;
17-
--ifm-color-primary-lightest: #3cad6e;
12+
--ifm-color-primary-dark: #2b77f3;
13+
--ifm-color-primary-darker: #1d6df2;
14+
--ifm-color-primary-darkest: #0b56d4;
15+
--ifm-color-primary-light: #5993f5;
16+
--ifm-color-primary-lighter: #67a0f6;
17+
--ifm-color-primary-lightest: #91bbf9;
1818
--ifm-code-font-size: 95%;
1919
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
2020

@@ -93,18 +93,6 @@
9393
--ifm-alert-border-color: #4285F4;
9494
}
9595

96-
.expandButton_TmdG{
97-
align-items: end !important;
98-
}
99-
100-
.expandButtonIcon_i1dp{
101-
margin-bottom: 10px;
102-
}
103-
104-
.collapseSidebarButton_PEFL{
105-
text-align: right !important
106-
}
107-
10896
.DocSearch-Button-Keys{
10997
min-width: 0px !important;
11098
}
@@ -263,15 +251,6 @@
263251
display: none !important;
264252
}
265253

266-
.Last_Updated_Date{
267-
color: #70757A;
268-
font-size: 0.875rem;
269-
font-weight: 400;
270-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
271-
margin: 0;
272-
text-align: right;
273-
}
274-
275254
.DocSearch-Button-Keys .DocSearch-Button-Key {
276255
display: none !important;
277256
}

0 commit comments

Comments
 (0)