style: fix color for background tabs

This commit is contained in:
Diana Olarte
2025-09-25 14:46:22 +10:00
committed by Adolfo R. Brandes
parent c73ff150bc
commit a25bd1bb00

View File

@@ -3,4 +3,8 @@
color: var(--pgn-color-breadcrumb-active);
text-decoration: none;
}
.tab-content {
background-color: var(--pgn-color-light-200);
}
}