Repository Manager Classes

@Jannis

Hi, is there a list of classes for Repository Manager? I’ve got it on a site in development in which link text is white, and the Repository Manager files names don 't then show up as they are the same colour as the background.

You are able to target all classes by using .repo, for example for the links inside the file table:

.repo a {
    color: red !important;
}
1 Like