Changed workflows rendering again

This commit is contained in:
2026-03-24 00:28:14 +02:00
parent 1c1d11cbe6
commit 83b296dbe7
13 changed files with 67 additions and 59 deletions
-20
View File
@@ -65,17 +65,6 @@ form {
}
}
.badge {
font-size: 0.875em;
padding: 0.25em 0.5em;
border: 1px solid var(--border-color, currentColor);
color: var(--color, currentColor);
background-color: var(--background-color, transparent);
border-radius: 1em / 0.5em;
font-weight: 500;
text-transform: uppercase;
}
table {
/* TODO: maybe extract into a separate file */
details.dropdown {
@@ -104,12 +93,3 @@ a[target=_blank]::after {
margin-left: auto;
}
}
.mask-icon {
display: inline-block;
height: 1lh;
width: 1lh;
background-color: var(--icon-color, black);
mask-image: var(--icon, url("mingcute/task_line.svg"));
mask-size: 100%;
}