forked from Gitlink/gitlink_help_center
color
This commit is contained in:
parent
e772acf3a5
commit
4bcb1109a2
|
@ -16,6 +16,8 @@ module.exports = {
|
|||
algolia: {
|
||||
apiKey: '0f9f28b9ab9efae89810921a351753b5',
|
||||
indexName: 'github',
|
||||
contextualSearch: true,
|
||||
facetFilters: ['language:zh-CH'],
|
||||
},
|
||||
navbar: {
|
||||
title: '',
|
||||
|
|
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) {
|
||||
|
|
Loading…
Reference in New Issue