From 63a213a95f858619efc477504e46eff0553c556e Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 9 Feb 2024 10:15:14 -0500 Subject: [PATCH] fix: dashboard title alignments and links --- umap/static/umap/content.css | 7 +++++++ 1 file changed, 7 insertions(+) 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) {