Who knows what is happening.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user