This commit is contained in:
Garry Ing 2021-04-24 21:13:18 -04:00
parent 51bc6aeb06
commit c8c7cbbd18
No known key found for this signature in database
GPG Key ID: 3B379B1F2193CC3E
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ task check: :build do
http_status_ignore: [403],
typhoeus: {
headers: {
"User-Agent": 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0',
"User-Agent": 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0'
},
"ssl_verifypeer": false,
"ssl_verifyhost": 0

View File

@ -132,7 +132,7 @@
}
.internal-link {
padding: 0.2em 0.5em;
padding: 0 0.5em 0.1em;
text-decoration: none;
background: rgba(var(--internal-link-rgb), 0.25);
border: 1px solid rgba(var(--internal-link-rgb), 0.5);
@ -147,11 +147,11 @@
}
.invalid-link {
padding: 0 0.1em 0.2em 0.1em;
padding: 0 0.5em 0.1em;
text-decoration: none;
background: rgba(var(--internal-link-rgb), 0.1);
border: 1px solid rgba(var(--internal-link-rgb), 0.5);
border-radius: 4px;
border-radius: 9999px;
color: var(--internal-link-rgb);
}