@apify/docs-theme 1.0.108 → 1.0.110
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/config.js +1 -1
- package/src/theme/custom.css +11 -0
package/package.json
CHANGED
package/src/config.js
CHANGED
|
@@ -145,7 +145,7 @@ const themeConfig = ({
|
|
|
145
145
|
additionalLanguages: ['docker', 'log', 'php'],
|
|
146
146
|
},
|
|
147
147
|
// this needs to be absolute link otherwise it gets resolved wrongly in project docs
|
|
148
|
-
image: 'https://apify.com/
|
|
148
|
+
image: 'https://apify.com/og-image/docs-article',
|
|
149
149
|
footer: {
|
|
150
150
|
links: [
|
|
151
151
|
{
|
package/src/theme/custom.css
CHANGED
|
@@ -915,6 +915,17 @@ html[data-theme='dark'] .actionLink:hover::after {
|
|
|
915
915
|
margin-left: 8px;
|
|
916
916
|
}
|
|
917
917
|
|
|
918
|
+
|
|
919
|
+
.card {
|
|
920
|
+
[class^="cardTitle"] {
|
|
921
|
+
font-size: 1.6rem !important;
|
|
922
|
+
}
|
|
923
|
+
|
|
924
|
+
[class^="cardDescription"] {
|
|
925
|
+
font-size: 1.2rem !important;
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
|
|
918
929
|
.cardContentWrapper {
|
|
919
930
|
display: flex;
|
|
920
931
|
padding-top: 1.6rem;
|