mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-23 06:13:38 -04:00
Fixed wrong palette color for inactive code annotations
This commit is contained in:
@@ -156,7 +156,7 @@
|
||||
display: inline-block;
|
||||
min-width: 1.4em;
|
||||
padding: 0 px2em(6px);
|
||||
color: var(--md-default-bg-color);
|
||||
color: hsla(0, 0%, 100%, 1);
|
||||
text-align: center;
|
||||
background-color: var(--md-default-fg-color--lighter);
|
||||
border-radius: px2em(20px);
|
||||
|
||||
Reference in New Issue
Block a user