From f02a22d80597f918ec2a6cf60523fe45f1321c65 Mon Sep 17 00:00:00 2001 From: Ethan Girouard Date: Sun, 6 Oct 2024 15:35:52 -0400 Subject: [PATCH] Format text inside dashboard tiles normally --- style/dashboard_tile.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style/dashboard_tile.scss b/style/dashboard_tile.scss index 6a25a21..925a985 100644 --- a/style/dashboard_tile.scss +++ b/style/dashboard_tile.scss @@ -6,6 +6,11 @@ margin-right: 20px; } + a { + text-decoration: none; + color: $text-controls-color; + } + p.dashboard-tile-title { font-size: 16px; font-weight: bold;