diff --git a/templates/dashboard_base.html b/templates/dashboard_base.html index 2f0c5f3..c71da46 100644 --- a/templates/dashboard_base.html +++ b/templates/dashboard_base.html @@ -275,10 +275,18 @@ } td.ticker a:hover { - text-decoration: underline; transform: scale(1.05); } + td.financials a { + color: inherit; + text-decoration: none; + transition: color 0.2s; + } + td.financials a:hover { + color: #93c5fd; + } + tr:nth-child(1) td.ticker { color: #d8b4fe; } diff --git a/templates/dashboard_view.html b/templates/dashboard_view.html index d85502b..bf396eb 100644 --- a/templates/dashboard_view.html +++ b/templates/dashboard_view.html @@ -62,9 +62,11 @@