File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4545 --color-text-link-hover : var (--color-primary-900 );
4646 --color-text-contrast : # f8fafc ;
4747 --color-text-button : # 0f172a ;
48+ --color-text-nav : var (--color-text-primary );
4849
4950 --color-bg-page : var (--color-primary-1 );
5051 --color-bg-input : # f8fafc ;
134135 --color-text-link-hover : # e0e7ff ;
135136 --color-text-contrast : # f8fafc ;
136137 --color-text-button : # e2e8f0 ;
138+ --color-text-nav : var (--color-text-contrast );
137139
138140 --color-bg-page : var (--color-primary-1 );
139141 --color-bg-input : # 111827 ;
Original file line number Diff line number Diff line change 2929.brand-link {
3030 font-size : var (--font-size-2xl );
3131 font-weight : var (--font-weight-bold );
32- color : var (--color-text-contrast );
32+ color : var (--color-text-nav );
3333 text-decoration : none;
3434 margin-bottom : -2px ;
3535}
6262}
6363
6464.nav-user {
65- color : var (--color-text-contrast );
65+ color : var (--color-text-nav );
6666 font-weight : var (--font-weight-medium );
6767}
6868
You can’t perform that action at this time.
0 commit comments