tweak blog post anchor style to be less noisy

pull/5189/head
Rich Harris 5 years ago
parent f6152002eb
commit 4b7c16e33a

@ -88,7 +88,7 @@ export default {
}
```
[Full instructions for other environments here](https://github.com/sveltejs/svelte-preprocess#usage)
[Full instructions for other environments here](https://github.com/sveltejs/svelte-preprocess#usage).
To configure TypeScript, you will need to create a `tsconfig.json` in the root of your project:

@ -137,6 +137,15 @@
top: calc((var(--h3) - 24px) / 2);
}
.post :global(a) {
padding: 0;
transition: none;
}
.post :global(a):not(:hover) {
border: none;
}
@media (max-width: 768px) {
.post :global(.anchor) {
transform: scale(0.6);

Loading…
Cancel
Save