From ba15a9af92c8753cc30295f3589cfc65b8661dde Mon Sep 17 00:00:00 2001 From: hippoz Date: Thu, 6 May 2021 00:23:43 +0300 Subject: [PATCH] colorssssss --- templates/custom/header.tmpl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/templates/custom/header.tmpl b/templates/custom/header.tmpl index 84b2c61..bd3d5e3 100644 --- a/templates/custom/header.tmpl +++ b/templates/custom/header.tmpl @@ -13,11 +13,6 @@ --color-primary-dark-5: #0e0e0e; --color-primary-dark-6: #0c1a28; --color-primary-dark-7: #04080c; - --body-bg-color: #2E2E2E; - --accent-bg-color: #d4d3d3; - --button-accent-color: #3d3d3d; - --selected-bg-color: #2E2E2E; - --hover-bg-color: #555555; --color-primary-light-1: #548fca; --color-primary-light-2: #679cd0; --color-primary-light-3: #7aa8d6; @@ -117,6 +112,10 @@ --checkbox-mask-indeterminate: url('data:image/svg+xml;utf8,'); } + .ui.table > thead > tr > th { + background: #d4d3d3; + } + :root { --body-bg-color: #2E2E2E; --accent-bg-color: #d4d3d3;