Who knows what is happening.

This commit is contained in:
calcu1on
2025-04-15 17:47:06 -04:00
parent 8943bc06f5
commit 2309e31256
7 changed files with 14 additions and 7 deletions

View File

@@ -165,9 +165,11 @@ header#header #block-dchadwick-main-menu > ul a.is-active:hover {
border-radius: 5px 5px 0 0;
}
.table thead tr > th {
background: var(--site-primary);
color: var(--site-white);
}
.table thead tr > th.win {
background: var(--site-secondary);
}
.hero-slide {
height: 600px;

View File

@@ -23,8 +23,11 @@
thead {
border-radius: 5px 5px 0 0;
tr > th {
background: var(--site-primary);
color: var(--site-white);
&.win {
background: var(--site-secondary);
}
}
}
}