diff --git a/website/README.md b/website/README.md index 8960fa2af..cfb5e2569 100644 --- a/website/README.md +++ b/website/README.md @@ -11,7 +11,7 @@ yarn install ## Local Development ```console -yarn start +yarn watch ``` This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server. diff --git a/website/src/css/custom.css b/website/src/css/custom.css index f9c8e43f7..3fd508cac 100644 --- a/website/src/css/custom.css +++ b/website/src/css/custom.css @@ -81,25 +81,27 @@ table.comparison tr th.authentik { } table.comparison thead.group tr { + border-top: 1px; border-bottom: 1px; border-bottom-color: var(--ifm-table-head-color); + border-top-style: solid; border-bottom-style: solid; } table.comparison thead.group th:first-child { + padding: 10px; text-align: left; font-weight: 800; } table.comparison tr td { - border-left: 10px solid transparent; + padding-left: 10px; min-width: 90px; text-align: center; } table.comparison tr td:first-child { font-weight: bold; - padding-left: 0; text-align: left; white-space: nowrap; width: 25%;