update border colors

This commit is contained in:
javl
2026-08-18 11:15:20 +02:00
parent 324955ed7f
commit 7e2efdb497
+8 -7
View File
@@ -19,6 +19,7 @@
--on-background: #000000; --on-background: #000000;
--text-muted: #64748b; --text-muted: #64748b;
--border-subtle: #e2e8f0; --border-subtle: #e2e8f0;
--border-hard: #1abc9c;
--outline-variant: #bbcac3; --outline-variant: #bbcac3;
--editor-bg: #ffffff; --editor-bg: #ffffff;
--error: #ba1a1a; --error: #ba1a1a;
@@ -183,7 +184,7 @@ body {
font-weight: 700; font-weight: 700;
background: var(--surface-container-high); background: var(--surface-container-high);
color: var(--secondary); color: var(--secondary);
border: 1px solid var(--border-subtle); border: 1px solid var(--border-hard);
z-index: 2; z-index: 2;
} }
@@ -200,7 +201,7 @@ body {
top: 40px; top: 40px;
bottom: -24px; bottom: -24px;
width: 2px; width: 2px;
background: var(--border-subtle); background: var(--border-hard);
z-index: 1; z-index: 1;
} }
@@ -275,7 +276,7 @@ code {
.section { .section {
background: var(--surface-container-lowest); background: var(--surface-container-lowest);
border: 1px solid var(--border-subtle); border: 1px solid var(--border-hard);
border-radius: var(--radius-xl); border-radius: var(--radius-xl);
padding: var(--space-2); padding: var(--space-2);
} }
@@ -299,10 +300,10 @@ code {
} }
/* Legacy divider no longer needed; cards separate content */ /* Legacy divider no longer needed; cards separate content */
.bottom-divider { /* .bottom-divider { */
border-bottom: none; /* border-bottom: none; */
padding-bottom: var(--space-7); /* padding-bottom: var(--space-7); */
} /* } */
.sub-section { .sub-section {
clear: both; clear: both;