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 +1 -1
- package/src/css/darkMode.css +13 -0
package/package.json
CHANGED
package/src/css/darkMode.css
CHANGED
|
@@ -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
|
}
|