更换 CentOS 源为 centos-vault

This commit is contained in:
Super Manito
2022-02-16 17:52:16 +08:00
parent 4bd2ccee8d
commit f413832a85
6 changed files with 26 additions and 13 deletions

View File

@@ -18,7 +18,7 @@
</tr>
<tr>
<td><a href="https://www.kali.org"><img src="./img/icon/kali.svg" width="16" height="16"/></a>&nbsp;Kali Linux</td>
<td align="center">2.0 ~ 2021.4</td>
<td align="center">2.0 ~ 2022.1</td>
</tr>
<tr>
<td><a href="https://access.redhat.com/products/red-hat-enterprise-linux"><img src="./img/icon/redhat.svg" width="16" height="16"/></a>&nbsp;Red Hat Enterprise Linux</td>

File diff suppressed because one or more lines are too long

View File

@@ -82,9 +82,11 @@
borderColor: 'rgba(0, 0, 0, 0.07)',
blockQuoteColor: '#858585',
highlightColor: '#d22778',
highlightBackgroundColor: '#efefef',
sidebarSublink: '#7c7c7c',
codeTypeColor: '#091a28',
herfColor: '#2973b7',
hrColor: '#afafaf',
coverBackground: 'linear-gradient(to top, #fff1eb 0%, #ace0f9 100%)',
toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/moon.svg)',
},
@@ -98,9 +100,11 @@
borderColor: '#0f293e',
blockQuoteColor: '#858585',
highlightColor: '#a6bb06',
highlightBackgroundColor: '#122d44',
sidebarSublink: '#b4b4b4',
codeTypeColor: '#ffffff',
herfColor: '#16995e',
hrColor: '#464646',
coverBackground: 'linear-gradient(to top, #fff1eb 0%, #ace0f9 100%)',
toogleImage: 'url(https://cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/icons/sun.svg)',
}