@formant/aesthetics 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1310,6 +1310,20 @@ body > header input[type="search"] {
1310
1310
  width: 200px;
1311
1311
  }
1312
1312
 
1313
+ /* Headings inside site header - match logo styling */
1314
+ body > header h1,
1315
+ body > header h2,
1316
+ body > header h3 {
1317
+ font-family: var(--font-display);
1318
+ font-size: 1.25rem;
1319
+ font-weight: 600;
1320
+ letter-spacing: 0.06em;
1321
+ text-transform: uppercase;
1322
+ color: var(--theme-neutrals-3);
1323
+ margin: 0;
1324
+ line-height: 1;
1325
+ }
1326
+
1313
1327
  /* Content headers - inside main, article, section (boxed styling) */
1314
1328
  main > header,
1315
1329
  article > header,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@formant/aesthetics",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Classless CSS framework based on the Formant Design System. Styles standard HTML elements without requiring any classes.",
5
5
  "main": "formant-aesthetics.css",
6
6
  "files": [