|
1 | 1 | @import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap'); |
2 | 2 |
|
3 | | - |
4 | 3 | :root { |
5 | 4 | --ifm-menu-font-size: 15px; |
6 | | - --ifm-menu-color-background-active: #8890992E; |
7 | | - --ifm-link-menu-color-background-hover: #8890992E; |
| 5 | + --ifm-menu-color-background-active: #8890992e; |
| 6 | + --ifm-link-menu-color-background-hover: #8890992e; |
8 | 7 | --ifm-litmus-light: #7b84ea; |
9 | 8 | --ifm-litmus-dark: #5b44ba; |
10 | 9 | } |
|
23 | 22 | font-size: 16px; |
24 | 23 | } |
25 | 24 |
|
26 | | -.category-as-header .menu__link{ |
| 25 | +.category-as-header .menu__link { |
27 | 26 | padding-left: 8px; |
28 | 27 | } |
29 | | -.category-as-header>.menu__list-item-collapsible:first-child a { |
| 28 | +.category-as-header > .menu__list-item-collapsible:first-child a { |
30 | 29 | font-size: 18px; |
31 | 30 | font-style: normal; |
32 | 31 | font-weight: 600 !important; |
33 | 32 | line-height: 20px; |
34 | 33 | margin-top: 20px; |
35 | | - color: #1B1F24; |
| 34 | + color: #1b1f24; |
36 | 35 | padding-left: 15px; |
37 | 36 | } |
38 | 37 |
|
39 | | -[data-theme='dark'] .category-as-header>.menu__list-item-collapsible:first-child a { |
| 38 | +[data-theme='dark'] .category-as-header > .menu__list-item-collapsible:first-child a { |
40 | 39 | color: white; |
41 | 40 | } |
42 | 41 |
|
|
48 | 47 | color: var(--ifm-litmus-light); |
49 | 48 | } |
50 | 49 |
|
51 | | - |
52 | | -.navbar__link, .navbar__link:hover { |
53 | | - color: #1B1F24; |
| 50 | +.navbar__link, |
| 51 | +.navbar__link:hover { |
| 52 | + color: #1b1f24; |
54 | 53 | } |
55 | 54 |
|
56 | 55 | [data-theme='dark'] .navbar__link { |
|
65 | 64 | font-weight: 600; |
66 | 65 | border-radius: 6px; |
67 | 66 | margin: 0px 6px !important; |
68 | | - box-shadow: 0px 0px 1px 0px rgba(48, 50, 51, 0.05), |
69 | | - 0px 1px 1px 0px rgba(48, 50, 51, 0.10); |
| 67 | + box-shadow: 0px 0px 1px 0px rgba(48, 50, 51, 0.05), 0px 1px 1px 0px rgba(48, 50, 51, 0.1); |
70 | 68 | border: 1px solid var(--ifm-litmus-dark); |
71 | 69 | display: flex; |
72 | 70 | justify-content: center; |
|
75 | 73 | transition: background-color 0.2s ease; |
76 | 74 | } |
77 | 75 |
|
78 | | - |
79 | 76 | .try-button:hover { |
80 | 77 | background-color: var(--ifm-litmus-dark); |
81 | 78 | color: white; |
|
87 | 84 | } |
88 | 85 | } |
89 | 86 |
|
90 | | - |
91 | 87 | .category-as-header .menu__link--active:not(.menu__link--sublist) { |
92 | 88 | background-color: var(--ifm-menu-color-background-active); |
93 | 89 | } |
|
100 | 96 | max-width: 94%; |
101 | 97 | } |
102 | 98 |
|
103 | | -.category-as-header>.menu__list-item-collapsible:first-child:hover { |
| 99 | +.category-as-header > .menu__list-item-collapsible:first-child:hover { |
104 | 100 | background-color: transparent; |
105 | 101 | } |
106 | 102 |
|
|
111 | 107 | display: flex; |
112 | 108 | background-color: var(--ifm-navbar-link-color); |
113 | 109 | mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12'/%3E%3C/svg%3E"); |
114 | | - transition: background-color var(--ifm-transition-fast) |
115 | | - var(--ifm-transition-timing-default); |
| 110 | + transition: background-color var(--ifm-transition-fast) var(--ifm-transition-timing-default); |
116 | 111 | } |
117 | 112 |
|
118 | 113 | .slack-button::before { |
|
124 | 119 | background-size: contain; |
125 | 120 | background-repeat: no-repeat; |
126 | 121 | background-position: center; |
127 | | - transition: background-color var(--ifm-transition-fast) |
128 | | - var(--ifm-transition-timing-default); |
| 122 | + transition: background-color var(--ifm-transition-fast) var(--ifm-transition-timing-default); |
129 | 123 | } |
130 | 124 |
|
131 | 125 | .DocSearch-Button { |
132 | | - border: 1px solid #CCD1D5 !important; |
| 126 | + border: 1px solid #ccd1d5 !important; |
133 | 127 | border-radius: 6px !important; |
134 | 128 | background: transparent !important; |
135 | 129 | height: 32px !important; |
|
140 | 134 | border: none !important; |
141 | 135 | box-shadow: none !important; |
142 | 136 | background: transparent !important; |
143 | | - color: #6A727C !important; |
| 137 | + color: #6a727c !important; |
144 | 138 | font: inherit !important; |
145 | 139 | padding: 0 !important; |
146 | 140 | } |
147 | 141 |
|
148 | 142 | .DocSearch-Search-Icon { |
149 | 143 | height: 16px; |
150 | 144 | width: 16px; |
151 | | - color: #6A727C !important |
| 145 | + color: #6a727c !important; |
152 | 146 | } |
153 | 147 |
|
154 | 148 | .DocSearch-Button-Placeholder { |
155 | 149 | font-size: 12px; |
156 | | - color: #6A727C |
| 150 | + color: #6a727c; |
157 | 151 | } |
158 | 152 |
|
159 | 153 | .navbarSearchContainer_Bca1 { |
160 | | - border-right: 1px solid #E4E7EB !important; |
| 154 | + border-right: 1px solid #e4e7eb !important; |
161 | 155 | padding: 4px 16px !important; |
162 | 156 | margin-right: 8px; |
163 | 157 | } |
164 | 158 |
|
165 | | - |
166 | 159 | html { |
167 | 160 | font-family: 'Work Sans', sans-serif; |
168 | 161 | } |
@@ -220,3 +213,7 @@ text { |
220 | 213 | background: #d8dbfa; |
221 | 214 | border-left-color: #5b44ba; |
222 | 215 | } |
| 216 | +[data-theme='dark'] .alert--secondary { |
| 217 | + background: #5b44ba; |
| 218 | + border-left-color: #d8dbfa; |
| 219 | +} |
0 commit comments