0
Fork 0
mirror of https://projects.blender.org/infrastructure/gitea-custom.git synced 2025-01-03 05:10:05 -05:00

UI: Style links in repository file view

This commit is contained in:
Pablo Vazquez 2023-02-09 12:50:54 +01:00
parent 83b9250438
commit 26029b7c9c

View file

@ -443,6 +443,10 @@ strong, b, h1, h2, h3, h4, h5, h6,
border-color: var(--color-border);
}
.repository .file-view.markdown a {
color: var(--color-primary);
}
/* Divider. */
.ui.divider:not(.vertical, .horizontal) {
border-top-color: var(--color-border) !important;