This commit is contained in:
caishi 2023-06-28 10:37:11 +08:00
parent e772acf3a5
commit 4bcb1109a2
4 changed files with 38 additions and 17139 deletions

View File

@ -16,6 +16,8 @@ module.exports = {
algolia: {
apiKey: '0f9f28b9ab9efae89810921a351753b5',
indexName: 'github',
contextualSearch: true,
facetFilters: ['language:zh-CH'],
},
navbar: {
title: '',

17172
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #25c2a0;
--ifm-color-primary: #466aff;
--ifm-color-primary-dark: rgb(33, 175, 144);
--ifm-color-primary-darker: rgb(31, 165, 136);
--ifm-color-primary-darkest: rgb(26, 136, 112);

View File

@ -10,6 +10,7 @@
text-align: center;
position: relative;
overflow: hidden;
background-color: #25c2a0;
}
@media screen and (max-width: 966px) {