Limit global styles

This commit is contained in:
John O'Nolan 2019-12-06 14:42:18 +07:00
parent 48adf75e43
commit 9da6f3b22e
2 changed files with 5 additions and 1 deletions

View File

@ -116,6 +116,10 @@ sub {
bottom: -0.25em; bottom: -0.25em;
} }
li:not([class]) + li:not([class]) {
margin-top: 1em;
}
a:not([class]) { a:not([class]) {
color: color(var(--color-primary) l(-5%)); color: color(var(--color-primary) l(-5%));
text-decoration-skip-ink: auto; text-decoration-skip-ink: auto;

View File

@ -94,7 +94,7 @@
align-items: center; align-items: center;
} }
.gh-head-actions-list a { .gh-head-actions-list a:not([class]) {
display: inline-block; display: inline-block;
margin: 0 0 0 1.5vw; margin: 0 0 0 1.5vw;
padding: 5px 0; padding: 5px 0;