13314-Change border colors in tactical view dark theme

This commit is contained in:
Pablo Aragon 2024-04-03 13:22:30 +02:00
parent 6ccdc8c4d3
commit 941b97fc00
1 changed files with 4 additions and 0 deletions

View File

@ -1892,3 +1892,7 @@ a.link-bold {
text-decoration: none;
font-weight: bold;
}
#general-tactical-view * {
border-color: #333 !important;
}