diff --git a/umap/static/umap/content.css b/umap/static/umap/content.css index 6ba29652..862d58ae 100644 --- a/umap/static/umap/content.css +++ b/umap/static/umap/content.css @@ -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) {