Fixed link color in Portal settings

This commit is contained in:
Peter Zimon 2021-03-09 09:09:52 +01:00
parent a2fe325b6b
commit 951333701a

View File

@ -478,10 +478,10 @@
.gh-portal-links-table tr.header .gh-portal-links-cell {
font-size: 1.3rem;
font-weight: 400;
font-weight: 500;
cursor: pointer;
text-transform: none;
color: var(--blue);
color: var(--green);
}
.gh-portal-links-table tr td:last-of-type {