From 2d33560d890fa4fdae58bf14cee6dcda04ecf9a7 Mon Sep 17 00:00:00 2001 From: Qstick Date: Thu, 22 Dec 2022 15:29:26 -0600 Subject: [PATCH] Theme tweaks --- frontend/src/Components/InfoLabel.css | 2 +- frontend/src/Components/Label.css | 2 +- frontend/src/Components/Page/Header/PageHeaderActionsMenu.css | 2 +- frontend/src/Search/Mobile/SearchIndexOverview.css | 2 +- frontend/src/Search/Table/SearchIndexHeader.css | 2 +- frontend/src/Search/Table/SearchIndexRow.css | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/Components/InfoLabel.css b/frontend/src/Components/InfoLabel.css index 6a2f5601b..8d0655b92 100644 --- a/frontend/src/Components/InfoLabel.css +++ b/frontend/src/Components/InfoLabel.css @@ -36,5 +36,5 @@ /** Outline **/ .outline { - background-color: var(--white); + background-color: var(--cardBackgroundColor); } diff --git a/frontend/src/Components/Label.css b/frontend/src/Components/Label.css index 84b12552b..c421e980f 100644 --- a/frontend/src/Components/Label.css +++ b/frontend/src/Components/Label.css @@ -108,5 +108,5 @@ /** Outline **/ .outline { - background-color: var(--white); + background-color: var(--cardBackgroundColor); } diff --git a/frontend/src/Components/Page/Header/PageHeaderActionsMenu.css b/frontend/src/Components/Page/Header/PageHeaderActionsMenu.css index 26a5d37da..7375d53b7 100644 --- a/frontend/src/Components/Page/Header/PageHeaderActionsMenu.css +++ b/frontend/src/Components/Page/Header/PageHeaderActionsMenu.css @@ -5,7 +5,7 @@ text-align: center; &:hover { - color: var(--toobarButtonHoverColor); + color: #515253; } } diff --git a/frontend/src/Search/Mobile/SearchIndexOverview.css b/frontend/src/Search/Mobile/SearchIndexOverview.css index 9d28a55c2..c2d9b7abd 100644 --- a/frontend/src/Search/Mobile/SearchIndexOverview.css +++ b/frontend/src/Search/Mobile/SearchIndexOverview.css @@ -37,7 +37,7 @@ $hoverScale: 1.05; .title { width: 85%; font-weight: 500; - font-size: 12px; + font-size: 14px; } .actions { diff --git a/frontend/src/Search/Table/SearchIndexHeader.css b/frontend/src/Search/Table/SearchIndexHeader.css index 669c93125..e638dedd5 100644 --- a/frontend/src/Search/Table/SearchIndexHeader.css +++ b/frontend/src/Search/Table/SearchIndexHeader.css @@ -14,7 +14,7 @@ .category { composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css'; - flex: 0 0 110px; + flex: 0 0 130px; } .age, diff --git a/frontend/src/Search/Table/SearchIndexRow.css b/frontend/src/Search/Table/SearchIndexRow.css index 8f676213c..4ad142f4d 100644 --- a/frontend/src/Search/Table/SearchIndexRow.css +++ b/frontend/src/Search/Table/SearchIndexRow.css @@ -21,7 +21,7 @@ .category { composes: cell; - flex: 0 0 110px; + flex: 0 0 130px; } .age,