Initial commit
This commit is contained in:
6
public/css/theme.css
Normal file
6
public/css/theme.css
Normal file
@@ -0,0 +1,6 @@
|
||||
:root {
|
||||
/* Override application styles by redeclaring variables using !important rule */
|
||||
|
||||
/* Example: */
|
||||
/* --text: blue !important; */
|
||||
}
|
||||
7
public/css/tradingview.css
Normal file
7
public/css/tradingview.css
Normal file
@@ -0,0 +1,7 @@
|
||||
html.theme-dark .chart-page {
|
||||
background-color: var(--body-background-color);
|
||||
}
|
||||
|
||||
html.theme-dark .group-wWM3zP_M- {
|
||||
background-color: transparent;
|
||||
}
|
||||
Reference in New Issue
Block a user