make the header for the new custom section on admin index bold

This commit is contained in:
Rachid Mrad 2023-12-27 20:13:42 -05:00
parent e211a59304
commit a0260aa1ab
No known key found for this signature in database
GPG key ID: EF38E4CEC4A8F3CF

View file

@ -136,7 +136,8 @@ html[data-theme="dark"] {
}
#branding h1,
h1, h2, h3 {
h1, h2, h3,
.module h2 {
font-weight: font-weight('bold');
}