Fixing bad styling decisions

This commit is contained in:
Fred Boniface
2023-05-08 22:03:07 +01:00
parent abbceee88d
commit d780a6fd88
2 changed files with 9 additions and 0 deletions

View File

@@ -285,6 +285,14 @@ caption{
width: 90%;
}
.call-table-description {
color: var(--second-text-color)
}
.detail-name a {
text-decoration: none;
}
.detail-name-here {
color: var(--board-name-color);
}