Skip to content

Commit 3cd7460

Browse files
authored
fix: Change hover color for visited links
This sets the color of visited links when hovering them. The current color matches the grid background making the links look disappeared. Signed-off-by: Andrey Babanin <andrey.babanin@bmw.de>
1 parent 3e12ecf commit 3cd7460

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/assets/css/score_design.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
color: #FFFFFF;
66
}
77

8+
.score-grid a:hover:visited {
9+
color: #e0e0e0;
10+
}
11+
812
.score-grid .sd-card-header {
913
background-color: var(--pst-color-secondary) !important;
1014
color: var(--pst-color-text-muted);

0 commit comments

Comments
 (0)