Visual improvisations and added link to Yahoo Finance for easier browsing.

This commit is contained in:
2025-07-28 20:15:39 +02:00
parent e92a508be3
commit a2459745c1
2 changed files with 15 additions and 5 deletions

View File

@@ -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;
}