mirror of
https://github.com/kotaindah55/extended-markdown-syntax.git
synced 2026-07-22 05:38:06 +00:00
Fixing accent color variable
This commit is contained in:
parent
202ee91328
commit
2a46099e8e
1 changed files with 1 additions and 5 deletions
|
|
@ -1,7 +1,3 @@
|
|||
:root {
|
||||
--color-accent-rgb: 51, 139, 255;
|
||||
}
|
||||
|
||||
.cm-line {
|
||||
&.cmx-align-left {
|
||||
text-align: left;
|
||||
|
|
@ -92,7 +88,7 @@ mark.cmx-highlight-pink, .cmx-highlight-pink, .cmx-highlight-pink .cmx-color-btn
|
|||
background-color: rgba(var(--color-pink-rgb), 0.5);
|
||||
}
|
||||
mark.cmx-highlight-accent, .cmx-highlight-accent, .cmx-highlight-accent .cmx-color-btn, .es-item-accent .menu-item-title {
|
||||
background-color: rgba(var(--color-accent-rgb), 0.5);
|
||||
background-color: hsla(var(--color-accent-hsl), 0.5)
|
||||
}
|
||||
mark.cmx-highlight-default, .cmx-highlight-default, .cmx-highlight-default .cmx-color-btn, .es-item-default .menu-item-title {
|
||||
background-color: var(--text-highlight-bg);
|
||||
|
|
|
|||
Loading…
Reference in a new issue