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;
}
li:not([class]) + li:not([class]) {
margin-top: 1em;
}
a:not([class]) {
color: color(var(--color-primary) l(-5%));
text-decoration-skip-ink: auto;

View File

@ -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;