diff --git a/src/css/custom.css b/src/css/custom.css index d0008e3bb4..494785960d 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -29,6 +29,11 @@ html[data-theme="dark"] { --ifm-code-font-size: 95%; } +.button { + border-style: solid !important; + border-width: 1px !important; +} + .docusaurus-highlight-code-line { background-color: rgb(72, 77, 91); display: block; diff --git a/src/pages/index.js b/src/pages/index.js index b4fb60d923..066f50b09e 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -110,7 +110,7 @@ function Home() {