optimized-react-component-library-xyz123 0.1.72 → 0.1.73

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.1.72",
3
+ "version": "0.1.73",
4
4
  "description": "A modern React component library using TypeScript with React 19 support.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -120,6 +120,19 @@
120
120
 
121
121
  /* ---------- SERVICE HEADLINE AND BODY ---------- */
122
122
 
123
+ .pts-main-service-headline a {
124
+ color: var(--dark-action);
125
+ }
126
+
127
+ .pts-main-service-headline svg {
128
+ background-color: var(--dark-action);
129
+ }
130
+
131
+ .pts-main-service-headline svg path {
132
+ fill: var(--dark-main);
133
+ }
134
+
135
+
123
136
  .pts-moreinfo-list a {
124
137
  color: var(--dark-action);
125
138
  }