Format text inside dashboard tiles normally

This commit is contained in:
Ethan Girouard 2024-10-06 15:35:52 -04:00
parent 553e24800b
commit f02a22d805
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -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;