Limit global styles
This commit is contained in:
parent
48adf75e43
commit
9da6f3b22e
|
@ -116,6 +116,10 @@ sub {
|
|||
bottom: -0.25em;
|
||||
}
|
||||
|
||||
li:not([class]) + li:not([class]) {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
a:not([class]) {
|
||||
color: color(var(--color-primary) l(-5%));
|
||||
text-decoration-skip-ink: auto;
|
||||
|
|
|
@ -94,7 +94,7 @@
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
.gh-head-actions-list a {
|
||||
.gh-head-actions-list a:not([class]) {
|
||||
display: inline-block;
|
||||
margin: 0 0 0 1.5vw;
|
||||
padding: 5px 0;
|
||||
|
|
Loading…
Reference in New Issue