mirror of
https://github.com/go-gitea/gitea
synced 2025-07-16 15:28:37 +00:00
Use body text color in repository files table links (#20386)
Use body text color in for links in the repository files table Issue/PR links (`.ref-issue`) will not be affected, as seen in other git services. Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
@@ -367,6 +367,8 @@
|
||||
}
|
||||
|
||||
&.message {
|
||||
color: var(--color-text-light-1);
|
||||
|
||||
@media @mediaXl {
|
||||
max-width: 400px;
|
||||
}
|
||||
@@ -381,6 +383,7 @@
|
||||
|
||||
&.age {
|
||||
width: 120px;
|
||||
color: var(--color-text-light-1);
|
||||
}
|
||||
|
||||
.truncate {
|
||||
@@ -432,10 +435,6 @@
|
||||
padding-bottom: 8px;
|
||||
width: calc(100% - 1.25rem);
|
||||
}
|
||||
|
||||
.jumpable-path {
|
||||
color: var(--color-text-light-2);
|
||||
}
|
||||
}
|
||||
|
||||
.non-diff-file-content {
|
||||
|
Reference in New Issue
Block a user