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:
parent
83b9250438
commit
26029b7c9c
1 changed files with 4 additions and 0 deletions
|
@ -443,6 +443,10 @@ strong, b, h1, h2, h3, h4, h5, h6,
|
||||||
border-color: var(--color-border);
|
border-color: var(--color-border);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.repository .file-view.markdown a {
|
||||||
|
color: var(--color-primary);
|
||||||
|
}
|
||||||
|
|
||||||
/* Divider. */
|
/* Divider. */
|
||||||
.ui.divider:not(.vertical, .horizontal) {
|
.ui.divider:not(.vertical, .horizontal) {
|
||||||
border-top-color: var(--color-border) !important;
|
border-top-color: var(--color-border) !important;
|
||||||
|
|
Loading…
Reference in a new issue