💄 Fix recent header alignment on profile layout

This commit is contained in:
James Panther
2021-08-25 16:25:45 +10:00
parent 589d3fb8a2
commit da03bddb62
3 changed files with 6 additions and 5 deletions
+4 -4
View File
@@ -2432,6 +2432,10 @@ body a, body button {
color: var(--color-neutral-900);
}
.text-neutral-700 {
color: var(--color-neutral-700);
}
.text-neutral-800 {
color: var(--color-neutral-800);
}
@@ -2448,10 +2452,6 @@ body a, body button {
color: var(--color-neutral-300);
}
.text-neutral-700 {
color: var(--color-neutral-700);
}
.text-primary-400 {
color: var(--color-primary-400);
}