Fix github color highlighter
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
e9d596011d
commit
728e00b1b0
|
@ -161,7 +161,7 @@ kbd {
|
|||
/* Submenu fix for icon */
|
||||
> .app-navigation-entry-bullet + a,
|
||||
> a[class*='icon-'],
|
||||
> a[style*='background-image:'],
|
||||
> a[style*='background-image'],
|
||||
.app-navigation-entry-bullet {
|
||||
margin-left: -32px; /* 44px padding - 12px padding */
|
||||
}
|
||||
|
@ -236,7 +236,7 @@ kbd {
|
|||
/* padding in case of icon or bullet */
|
||||
> .app-navigation-entry-bullet + a,
|
||||
> a[class*='icon-'],
|
||||
> a[style*='background-image:'] {
|
||||
> a[style*='background-image'] {
|
||||
padding-left: 44px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue