Update styles

This commit is contained in:
foo-dogsquared 2019-09-03 17:58:32 +08:00
parent 2a956690de
commit 8897ab6494

View File

@ -48,7 +48,7 @@ $sidePadding: 0.75rem;
border: var(--primaryBorder) var(--accent); border: var(--primaryBorder) var(--accent);
overflow: auto; overflow: auto;
& > *:not(code) { & > *:not(code):not(a) {
padding: $sidePadding; padding: $sidePadding;
} }
} }