Merge branch 'main' into bonk-theme
This commit is contained in:
commit
179e1422b1
|
@ -68,6 +68,24 @@
|
||||||
--tv-color-toolbar-toggle-button-background-active-hover: var(--primary);
|
--tv-color-toolbar-toggle-button-background-active-hover: var(--primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* market name title */
|
||||||
|
|
||||||
|
[data-name="legend-source-title"] {
|
||||||
|
color: var(--text)!important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* market name hover */
|
||||||
|
|
||||||
|
.chart-widget__top--themed-dark .withAction-OYqjX7Sg .titleWrapper-OYqjX7Sg {
|
||||||
|
background-color: var(--bkg-dark);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ohlcv labels */
|
||||||
|
|
||||||
|
.chart-widget__top--themed-dark .series-OYqjX7Sg .valueItem-OYqjX7Sg .valueTitle-OYqjX7Sg {
|
||||||
|
color: var(--text);
|
||||||
|
}
|
||||||
|
|
||||||
/* light theme */
|
/* light theme */
|
||||||
|
|
||||||
html .chart-page .chart-container-border {
|
html .chart-page .chart-container-border {
|
||||||
|
@ -166,7 +184,6 @@ html .container-3Ywm3-oo:not(.disabled-3Ywm3-oo):hover.selected-3Ywm3-oo {
|
||||||
background-color: var(--bkg-light);
|
background-color: var(--bkg-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* dark theme */
|
/* dark theme */
|
||||||
|
|
||||||
html.theme-dark .chart-page .chart-container-border {
|
html.theme-dark .chart-page .chart-container-border {
|
||||||
|
|
Loading…
Reference in New Issue