Skip to content

Commit 2941b89

Browse files
fix: make borders and action button color lighter
1 parent 8458641 commit 2941b89

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@
7575
--doc-sidebar-width: 250px !important;
7676
}
7777

78+
html[data-theme="dark"] {
79+
--color-border: color-mix(in oklab, var(--color-text) 50%, transparent);
80+
}
81+
7882
/* ==========================================
7983
1) MAP SEMANTIC → INFIMA (core variables)
8084
========================================== */
@@ -777,6 +781,10 @@ code {
777781
color: color-mix(in oklab, #292929bf 75%, #000);
778782
}
779783

784+
[data-theme="dark"] .pagination-nav__label {
785+
color: #ffffff;
786+
}
787+
780788
/* Arrow text characters (>> and <<) */
781789
.pagination-nav__link--prev::before,
782790
.pagination-nav__link--next::after {

0 commit comments

Comments
 (0)