docs(style): use correct border style

This commit is contained in:
Eric Liu 2024-03-31 10:25:25 -07:00
commit 55d1334224
3 changed files with 5 additions and 5 deletions

View file

@ -58,7 +58,7 @@
} }
.preview-viewer { .preview-viewer {
border: 1px solid var(--bx-ui-03); border: 1px solid var(--bx-border-subtle-01);
border-bottom: 0; border-bottom: 0;
position: relative; position: relative;
z-index: 9999; z-index: 9999;

View file

@ -51,11 +51,11 @@
} }
.borderRight { .borderRight {
border-right: 1px solid var(--bx-ui-03); border-right: 1px solid var(--bx-border-subtle-01);
} }
.borderBottom { .borderBottom {
border-bottom: 1px solid var(--bx-ui-03); border-bottom: 1px solid var(--bx-border-subtle-01);
} }
.card { .card {
@ -84,7 +84,7 @@
.card-wrapper, .card-wrapper,
.borderRight { .borderRight {
border-right: 0; border-right: 0;
border-bottom: 1px solid var(--bx-ui-03); border-bottom: 1px solid var(--bx-border-subtle-01);
} }
} }
</style> </style>

View file

@ -177,7 +177,7 @@
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
margin-bottom: var(--bx-spacing-06); margin-bottom: var(--bx-spacing-06);
border-bottom: 1px solid var(--bx-ui-03); border-bottom: 1px solid var(--bx-border-subtle-01);
} }
:global(.toc h5) { :global(.toc h5) {