Implement wildcard aliases

This commit is contained in:
Lexi / Zoe 2022-01-02 03:05:40 +01:00
parent a01ddd9b22
commit 6400962a44
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
9 changed files with 141 additions and 25 deletions

View file

@ -27,6 +27,10 @@ a:hover, a:focus {
text-decoration: underline;
}
.monospace {
font-family: monospace;
}
.gray {
color: gray;
}
@ -248,7 +252,6 @@ details > summary {
details > p {
margin: 0.75rem 1rem;
font-family: monospace;
}
/* -- Detail columns -- */