color
This commit is contained in:
@@ -16,6 +16,8 @@ module.exports = {
|
||||
algolia: {
|
||||
apiKey: '0f9f28b9ab9efae89810921a351753b5',
|
||||
indexName: 'github',
|
||||
contextualSearch: true,
|
||||
facetFilters: ['language:zh-CH'],
|
||||
},
|
||||
navbar: {
|
||||
title: '',
|
||||
|
||||
17172
package-lock.json
generated
17172
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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);
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
text-align: center;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
background-color: #25c2a0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 966px) {
|
||||
|
||||
Reference in New Issue
Block a user