mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-31 15:01:40 +03:00
Slightly modify Tabs style
This commit is contained in:
parent
dcbd1d3e51
commit
e6691eee01
@ -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 {
|
||||
|
@ -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>
|
||||
|
@ -231,8 +231,7 @@ table ip xray {
|
||||
}
|
||||
```
|
||||
|
||||
::: tip
|
||||
**使用方法**
|
||||
::: tip 使用方法
|
||||
|
||||
将上述配置写入一个文件(如 `nft.conf`),之后将该文件赋予可执行权限,最后使用 root 权限执行该文件即可(`# ./nft.conf`)。
|
||||
:::
|
||||
|
@ -231,8 +231,7 @@ table ip xray {
|
||||
}
|
||||
```
|
||||
|
||||
::: tip
|
||||
**使用方法**
|
||||
::: tip 使用方法
|
||||
|
||||
将上述配置写入一个文件(如 `nft.conf`),之后将该文件赋予可执行权限,最后使用 root 权限执行该文件即可(`# ./nft.conf`)。
|
||||
:::
|
||||
|
Loading…
x
Reference in New Issue
Block a user