diff options
author | Lucas Azevedo <lhs_azevedo@hotmail.com> | 2022-07-22 07:49:24 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-22 18:49:24 +0800 |
commit | 599ae09a94e40f9ef567aa2ec7486f68a64a3384 (patch) | |
tree | d478345452d1f2a0ea71dfc6642dd4b9237c3322 /web_src/less/_repository.less | |
parent | 1a70fc9bc6668e07a19dd6715fbfe0f24b5b6db1 (diff) | |
download | gitea-599ae09a94e40f9ef567aa2ec7486f68a64a3384.tar.gz gitea-599ae09a94e40f9ef567aa2ec7486f68a64a3384.zip |
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>
Diffstat (limited to 'web_src/less/_repository.less')
-rw-r--r-- | web_src/less/_repository.less | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/web_src/less/_repository.less b/web_src/less/_repository.less index d5942bdfcb..5aed4dcf72 100644 --- a/web_src/less/_repository.less +++ b/web_src/less/_repository.less @@ -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 { |