@apify/docs-theme 1.0.209 → 1.0.210
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/theme/custom.css +0 -3
package/package.json
CHANGED
package/src/theme/custom.css
CHANGED
|
@@ -125,8 +125,6 @@ html[data-theme='dark'] {
|
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
:root {
|
|
128
|
-
--biel-button-position-right: 84px;
|
|
129
|
-
--biel-button-position-bottom: 24px;
|
|
130
128
|
/* use default system font based on https://devhints.io/css-system-font-stack */
|
|
131
129
|
--ifm-font-family-base: -apple-system, BlinkMacSystemFont, 'Segoe UI',
|
|
132
130
|
'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
|
|
@@ -1999,4 +1997,3 @@ div[class^="navbarSearchContainer"] {
|
|
|
1999
1997
|
width: 14px !important;
|
|
2000
1998
|
height: 15px !important;
|
|
2001
1999
|
}
|
|
2002
|
-
|