diff --git a/template/app/assets/css/global.css b/template/app/assets/css/global.css index ee51dd5..1f9e2ec 100644 --- a/template/app/assets/css/global.css +++ b/template/app/assets/css/global.css @@ -28,7 +28,7 @@ --table-header-text: #2a2040; --table-row-border: #e8e3ef; --table-cell-text: #3d3457; - --hr-color: #c8b850; + --hr-color: #c85050; } /* ── Dark Theme ───────────────────────────────────────────── */ @@ -62,7 +62,7 @@ --table-header-text: #c8c0d8; --table-row-border: #201c30; --table-cell-text: #9d93b5; - --hr-color: #8c7a20; + --hr-color: #8c2020; } }