[Javascript2] modified marker color

This commit is contained in:
Nicola Clark 2025-04-06 23:06:10 -05:00
parent ec9115b009
commit 130a30ccb1
Signed by: nicola
GPG Key ID: BEF8036296D094BF
2 changed files with 11 additions and 0 deletions

View File

@ -35,6 +35,16 @@ body {
padding: 20px; padding: 20px;
} }
#bands li::marker {
/*
* wanted the list marker to match the border color
* MDN to the rescue: https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-mix
* voila:
*/
color: color-mix(in srgb, black 5%, seagreen);
}
#bands li:last-child { #bands li:last-child {
border-bottom: 0; border-bottom: 0;
} }

View File

@ -14,6 +14,7 @@ Changes:
suggested) and I fear that I may have massively overcomplicated the matter. suggested) and I fear that I may have massively overcomplicated the matter.
* [CSS] added a basic reset * [CSS] added a basic reset
* [CSS] removed unused rule * [CSS] removed unused rule
* [CSS] changed marker color
--> -->
<!-- <!--
New elements: New elements: