fix: dashboard title alignments and links

This commit is contained in:
David Larlet 2024-02-09 10:15:14 -05:00
parent 5827a4cab0
commit 63a213a95f
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -143,14 +143,21 @@ body.login header {
margin-top: 28px;
}
h2.section {
text-transform: uppercase;
color: #666;
text-align: center;
}
h2.tabs {
text-transform: uppercase;
color: #263B58;
text-align: left;
padding-top: 28px;
}
h2.tabs a {
color: #263B58;
text-decoration: underline;
text-decoration-thickness: 3px;
text-decoration-skip-ink: none;
margin-right: 2rem;
}
h2.tabs a:not(.selected) {