Format text inside dashboard tiles normally

This commit is contained in:
2024-10-06 15:35:52 -04:00
parent 553e24800b
commit f02a22d805

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;