mirror of
https://github.com/myronblair/web-dashboard
synced 2026-07-28 04:03:36 -05:00
Make card section titles bolder and brighter to stand out
This commit is contained in:
+3
-3
@@ -89,11 +89,11 @@
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
.card-header h2 {
|
.card-header h2 {
|
||||||
font-size: 0.8rem;
|
font-size: 1rem;
|
||||||
font-weight: 600;
|
font-weight: 700;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
letter-spacing: 1px;
|
letter-spacing: 1px;
|
||||||
color: var(--muted);
|
color: var(--text);
|
||||||
}
|
}
|
||||||
|
|
||||||
.links { padding: 0.5rem 0; }
|
.links { padding: 0.5rem 0; }
|
||||||
|
|||||||
Reference in New Issue
Block a user