mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-23 06:13:38 -04:00
Replaced hex with hsl color
This commit is contained in:
@@ -346,9 +346,9 @@ line {
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* make statically colored note nodes use a statically color text */
|
||||
/* Sequence note text */
|
||||
.noteText > tspan {
|
||||
fill: #000;
|
||||
fill: hsl(0, 0%, 0%);
|
||||
}
|
||||
|
||||
/* Sequence arrow head */
|
||||
|
||||
Reference in New Issue
Block a user