mirror of
https://github.com/myronblair/web-dashboard
synced 2026-07-27 11:59:52 -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;
|
||||
}
|
||||
.card-header h2 {
|
||||
font-size: 0.8rem;
|
||||
font-weight: 600;
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
color: var(--muted);
|
||||
color: var(--text);
|
||||
}
|
||||
|
||||
.links { padding: 0.5rem 0; }
|
||||
|
||||
Reference in New Issue
Block a user