diff --git a/package.json b/package.json index 9eb2c1b..6bb0544 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@formkit/auto-animate": "^1.0.0-beta.1", "@fortawesome/fontawesome-free": "^5.15.4", "@lingdocs/lingdocs-main": "^0.3.1", - "@lingdocs/pashto-inflector": "^3.5.1", + "@lingdocs/pashto-inflector": "^3.5.3", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", diff --git a/src/App.css b/src/App.css index c0ad9fb..db29aa4 100644 --- a/src/App.css +++ b/src/App.css @@ -32,6 +32,10 @@ color: #21252A; } +.block-border { + border: 2px solid #333; +} + @media (max-width: 900px) { .table-of-contents { display: none; diff --git a/yarn.lock b/yarn.lock index 4403582..8aa78e3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1694,10 +1694,10 @@ rambda "^6.7.0" react-select "^5.2.2" -"@lingdocs/pashto-inflector@^3.5.1": - version "3.5.1" - resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.5.1.tgz#f724764578395d36c712209896c459110de71226" - integrity sha512-VACAkCzy/82JjToMD2nZU/yEgsJ0nZFT5blIss5APepBmSZOCl7JpjYuI4ER3Jtv7xLx0DTDArMS/VafCDp7PQ== +"@lingdocs/pashto-inflector@^3.5.3": + version "3.5.3" + resolved "https://npm.lingdocs.com/@lingdocs%2fpashto-inflector/-/pashto-inflector-3.5.3.tgz#3e07fe0c0d6bb12534e3580240acabd612f6f03f" + integrity sha512-aZc2Cm1MxGX7OkeiAB908sZjPCYf+cO2+0OGwDKFDauef6zsRxvj0qb/S5xu7E3jQN7Qdx6+g9nx2YV/YqIklA== dependencies: "@formkit/auto-animate" "^1.0.0-beta.1" classnames "^2.2.6"