Slightly modify Tabs style

This commit is contained in:
hmol233 2021-05-28 22:39:40 +08:00
parent dcbd1d3e51
commit e6691eee01
No known key found for this signature in database
GPG Key ID: D617A9DAB0C992D5
4 changed files with 19 additions and 5 deletions

View File

@ -1,6 +1,8 @@
:root {
--c-brand: #407ce8;
--c-brand-light: #2e73ea;
--x-nav-text-hover: #0a51bd;
}
html.dark {
@ -15,6 +17,8 @@ html.dark {
--c-danger-text: #c0bebe;
--c-bg-light: rgba(255, 255, 255, 0.1);
--x-nav-text-hover: #7ca6f2;
}
blockquote {

View File

@ -62,6 +62,18 @@ export default defineComponent({
@import "node_modules/bootstrap/scss/bootstrap";
button.nav-link {
color: var(--textColor);
color: var(--c-text-accent);
&:hover,
&:focus {
color: var(--x-nav-text-hover);
}
}
nav {
padding-bottom: 0.5rem;
border-bottom: 1px solid var(--c-border);
}
div.tab-content {
border-bottom: 1px solid var(--c-border);
}
</style>

View File

@ -231,8 +231,7 @@ table ip xray {
}
```
::: tip
**使用方法**
::: tip 使用方法
将上述配置写入一个文件(如 `nft.conf`),之后将该文件赋予可执行权限,最后使用 root 权限执行该文件即可(`# ./nft.conf`)。
:::

View File

@ -231,8 +231,7 @@ table ip xray {
}
```
::: tip
**使用方法**
::: tip 使用方法
将上述配置写入一个文件(如 `nft.conf`),之后将该文件赋予可执行权限,最后使用 root 权限执行该文件即可(`# ./nft.conf`)。
:::