Skip to content

Commit 8d0e065

Browse files
committed
changes to leaf theme
1 parent c805868 commit 8d0e065

1 file changed

Lines changed: 14 additions & 11 deletions

File tree

packages/themes/themes/leaf/_variables.scss

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ $Leaf-anchor-color: #0479a8;
1616
$Leaf-gray-footer-text: #adadad;
1717
$Leaf-gray-footer-text-hover: #f9f9f9;
1818
$Leaf-white: #FFFFFF;
19+
$Leaf-dark-text: #000000;
20+
$Leaf-secondary-header: #64803C;
21+
$Leaf-inactive-tab: #A6BF86;
1922

2023
$lk-theme-dark-accent: $Leaf-accent;
2124
$lk-theme-light-accent: $Leaf-header;
@@ -54,8 +57,8 @@ $lk-grid-sort-icon-color: $Leaf-gray-footer-text;
5457
//== Header
5558
//
5659
$lk-page-header-bg-color: $Leaf-header;
57-
$lk-page-header-text-color: $Leaf-page-bkgd;
58-
$lk-page-header-icon-color: $Leaf-page-bkgd;
60+
$lk-page-header-text-color: $Leaf-dark-text;
61+
$lk-page-header-icon-color: $Leaf-dark-text;
5962
$lk-page-header-font-hover-color: $Leaf-gray-blue;
6063
$lk-page-header-icon-hover-color: $Leaf-gray-blue;
6164

@@ -67,19 +70,19 @@ $lk-text-link-color-hover: $Leaf-gray-darkest;
6770

6871
//== Navigation
6972
//
70-
$lk-page-nav-bg-color: $Leaf-accent;
71-
$lk-page-nav-text-color: $Leaf-page-bkgd;
73+
$lk-page-nav-bg-color: $Leaf-secondary-header;
74+
$lk-page-nav-text-color: $Leaf-dark-text;
7275
$lk-page-nav-active-bg-color: $Leaf-page-bkgd;
73-
$lk-page-nav-active-text-color: $Leaf-accent;
76+
$lk-page-nav-active-text-color: $Leaf-dark-text;
7477
$lk-page-nav-dropdown-item-bg-color: $Leaf-page-bkgd;
75-
$lk-page-nav-dropdown-item-text-color: $Leaf-accent;
78+
$lk-page-nav-dropdown-item-text-color: $Leaf-dark-text;
7679
$lk-page-nav-dropdown-highlight-item-bg-color: $Leaf-accent;
77-
$lk-page-nav-dropdown-highlight-item-text-color: $Leaf-page-bkgd;
80+
$lk-page-nav-dropdown-highlight-item-text-color: $Leaf-dark-text;
7881
$lk-page-nav-dropdown-icon-color: $Leaf-accent;
79-
$lk-page-nav-secondary-tab-bg-color: color.adjust($Leaf-gray-blue, $hue: -10deg, $lightness: 5%);
80-
$lk-page-nav-secondary-tab-text-color: $Leaf-accent;
82+
$lk-page-nav-secondary-tab-bg-color: $Leaf-inactive-tab;
83+
$lk-page-nav-secondary-tab-text-color: $Leaf-dark-text;
8184
$lk-page-nav-primary-tab-bg-color: $Leaf-page-bkgd;
82-
$lk-page-nav-primary-tab-text-color: $Leaf-accent;
85+
$lk-page-nav-primary-tab-text-color: $Leaf-dark-text;
8386
$lk-nav-dropdown-color: $Leaf-header;
8487
//== Panels
8588
//
@@ -95,7 +98,7 @@ $lk-webpart-title-hover-color: $Leaf-anchor-color;
9598
//== Tabs (Bootstrap tabs (Export data set dropdown))
9699
//
97100
$lk-nav-tab-primary-bg-color: $Leaf-white;
98-
$lk-nav-tab-secondary-text-color: $Leaf-anchor-color;
101+
$lk-nav-tab-secondary-text-color: $Leaf-dark-text;
99102

100103
//== Tool Icons
101104
//

0 commit comments

Comments
 (0)