mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 22:12:42 +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:
parent
1a70fc9bc6
commit
599ae09a94
5 changed files with 17 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue