mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-24 11:26:31 +00:00
12 lines
171 B
CSS
12 lines
171 B
CSS
/* Normal */
|
|
svg.gb-icon {
|
|
background-color: currentColor;
|
|
}
|
|
|
|
/* Sprite */
|
|
svg.gb-icon-s path,
|
|
svg.gb-icon-s use {
|
|
fill: currentColor;
|
|
stroke: currentColor;
|
|
}
|