diff --git a/lychee.toml b/lychee.toml index 8a670cec15..b2df5f075e 100644 --- a/lychee.toml +++ b/lychee.toml @@ -47,7 +47,7 @@ timeout = 10 insecure = false # Comma-separated list of accepted status codes for valid links. -accept = ['200', '204', '301', '429'] +accept = ['200', '204', '301', '429', '403'] # Only test links with the given schemes (e.g. https). # Omit to check links with any scheme. diff --git a/static/css/main.css b/static/css/main.css index aec1c4c726..838f43a218 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -205,7 +205,6 @@ article .headroom { } .page-content p, -ul, ol { margin-top: 16px; margin-bottom: 16px;