5 Commits

Author SHA1 Message Date
0452c5fcf0 0.2.1
All checks were successful
Build and test / build-and-test (18.x) (push) Successful in 1m13s
Build and test / build-and-test (20.x) (push) Successful in 18s
2025-04-20 13:18:15 -07:00
2636e42533 0.1.12
All checks were successful
Build and test / build-and-test (18.x) (push) Successful in 2m23s
Build and test / build-and-test (20.x) (push) Successful in 2m28s
2023-11-27 14:11:44 -08:00
1a09a51780 revert to color override; text not high-contrast enough on like backgrounds
Some checks failed
Build and test / build-and-test (20.x) (push) Waiting to run
Build and test / build-and-test (18.x) (push) Has been cancelled
2023-11-27 14:11:30 -08:00
beb80145a4 0.1.11
All checks were successful
Build and test / build-and-test (18.x) (push) Successful in 2m39s
Build and test / build-and-test (20.x) (push) Successful in 2m33s
2023-11-27 13:58:56 -08:00
0076cbb971 do not override text color if its already being set 2023-11-27 13:58:47 -08:00
3 changed files with 4 additions and 3 deletions

View File

@@ -58,6 +58,7 @@ figure[data-lang].big svg {
max-height: none !important;
} */
/* figure:is([data-lang='pikchr'], [data-lang='nomnoml'], [data-lang='bytefield']) svg text:not([fill^='var']) { */
figure:is([data-lang='pikchr'], [data-lang='nomnoml'], [data-lang='bytefield']) svg text {
fill: var(--theme-text-body);
}

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@doc-utils/docs2website",
"version": "0.1.10",
"version": "0.2.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@doc-utils/docs2website",
"version": "0.1.10",
"version": "0.2.1",
"dependencies": {
"@doc-utils/color-themes": "^0.2.0",
"@doc-utils/jsonschema2markdown": "^0.1.1",

View File

@@ -1,6 +1,6 @@
{
"name": "@doc-utils/docs2website",
"version": "0.1.10",
"version": "0.2.1",
"publishConfig": {
"registry": "https://gitea.jbrumond.me/api/packages/doc-utils/npm/"
},