mirror of
https://github.com/pat-s/gitea-github-theme.git
synced 2024-11-23 22:01:01 +00:00
dark: adjust link colors
This commit is contained in:
parent
4699fc648f
commit
373d16112a
1 changed files with 3 additions and 2 deletions
|
@ -71,7 +71,8 @@
|
|||
}
|
||||
a,
|
||||
.ui.breadcrumb a {
|
||||
color: var(--color-text) !important;
|
||||
/* color: var(--color-text); */
|
||||
color: #539bf5;
|
||||
}
|
||||
.repo-title a {
|
||||
color: #539bf5 !important;
|
||||
|
@ -173,7 +174,7 @@ a,
|
|||
}
|
||||
a,
|
||||
.push.news {
|
||||
color: #a6aab5 !important;
|
||||
color: null;
|
||||
}
|
||||
.ui.header {
|
||||
color: #a6aab5;
|
||||
|
|
Loading…
Reference in a new issue