Merge master

This commit is contained in:
Pieter Vander Vennet 2022-03-14 20:52:06 +01:00
commit edc366149b
25 changed files with 302 additions and 182 deletions

View file

@ -1985,6 +1985,14 @@ a {
width: 4rem !important;
}
.w-32-imp {
width: 8rem !important;
}
.w-48-imp {
width: 12rem !important;
}
.link-underline a {
-webkit-text-decoration: underline 1px var(--foreground-color);
text-decoration: underline 1px var(--foreground-color);