Merge branch 'master' of github.com:sveltejs/svelte

pull/2486/head
Richard Harris 5 years ago
commit bed7511bff

@ -185,6 +185,10 @@
transition: none;
}
li:not(.active) a:hover {
color: var(--flash);
}
@media (min-width: 840px) {
ul {
padding: 0;

Loading…
Cancel
Save