This commit is contained in:
KONE SOREL 2026-04-03 18:34:54 +00:00
parent 485d5d6eef
commit f34634a121

View File

@ -791,7 +791,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
.table-container {
background: var(--bg-surface);
border: 1px solid var(--border-light);
border: 1px solid var(--color-primary-dark);
border-radius: var(--radius-sm);
box-shadow: var(--shadow-xs);
overflow: hidden;
@ -815,9 +815,9 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
font-weight: 800;
text-transform: uppercase;
letter-spacing: 0.5px;
padding: 10px 12px !important;
padding: 8px 10px !important;
border: 2px solid var(--text-primary) !important;
border: 1px solid var(--color-primary-dark) !important;
/*
border-bottom: 2px solid var(--text-primary) !important;
border-top: none !important;