mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Fixed link color in Portal settings
This commit is contained in:
parent
a2fe325b6b
commit
951333701a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user