chore: cleanup

This commit is contained in:
Cory Dransfeldt 2024-10-03 11:01:28 -07:00
parent cc917e45c5
commit 9e73dbe4c1
No known key found for this signature in database
4 changed files with 5 additions and 2 deletions

View file

@ -284,8 +284,7 @@ th {
text-align: left;
}
th:first-child,
td:first-child {
:is(th, td):first-child {
position: sticky;
left: 0;
white-space: nowrap;

View file

@ -15,6 +15,7 @@
& p {
font-size: var(--font-size-sm);
color: var(--text-color);
margin: 0;
a {

View file

@ -28,6 +28,7 @@ form:has(+ *) {
select {
color: var(--text-color);
cursor: pointer;
border: var(--border-gray);
border-radius: var(--border-radius-slight);
background-color: var(--background-color);

View file

@ -65,6 +65,8 @@
& table + p {
font-size: var(--font-size-sm);
margin-top: var(--spacing-base);
margin-bottom: 0;
}
}