dark: adjust link colors

This commit is contained in:
pat-s 2021-10-15 20:25:10 +02:00
parent 4699fc648f
commit 373d16112a
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -71,7 +71,8 @@
} }
a, a,
.ui.breadcrumb a { .ui.breadcrumb a {
color: var(--color-text) !important; /* color: var(--color-text); */
color: #539bf5;
} }
.repo-title a { .repo-title a {
color: #539bf5 !important; color: #539bf5 !important;
@ -173,7 +174,7 @@ a,
} }
a, a,
.push.news { .push.news {
color: #a6aab5 !important; color: null;
} }
.ui.header { .ui.header {
color: #a6aab5; color: #a6aab5;