minor update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-12-29 11:15:43 +11:00
parent 396d0c2f00
commit ec8abc0802
2 changed files with 15 additions and 11 deletions

View File

@@ -16,7 +16,8 @@
--color-text-secondary: #999;
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--hover-brightness: 1.2;
--justify-important: left;
--justify-important: center;
--justify-table: left;
--justify-normal: left;
--line-height: 1.5;
--width-card: 285px;
@@ -466,7 +467,7 @@ table td,
table th,
table tr {
padding: 0.4rem 0.8rem;
text-align: var(--justify-important);
text-align: var(--justify-table);
}
table thead {