[Javascript2] modified marker color
This commit is contained in:
parent
ec9115b009
commit
130a30ccb1
@ -35,6 +35,16 @@ body {
|
||||
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 {
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
@ -14,6 +14,7 @@ Changes:
|
||||
suggested) and I fear that I may have massively overcomplicated the matter.
|
||||
* [CSS] added a basic reset
|
||||
* [CSS] removed unused rule
|
||||
* [CSS] changed marker color
|
||||
-->
|
||||
<!--
|
||||
New elements:
|
||||
|
Loading…
x
Reference in New Issue
Block a user