diff --git a/src/components/Link.svelte b/src/components/Link.svelte index 39dbe0b..0407ef5 100644 --- a/src/components/Link.svelte +++ b/src/components/Link.svelte @@ -42,7 +42,8 @@ font-weight: 550; } a:hover { - color: var(--outline-color); + background-color: var(--outline-color); + color: var(--dark-color) } .text { text-decoration: underline; diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index 26f3874..b92eda3 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -168,7 +168,7 @@ color: var(--text-color); transition: background-color 0.3s ease-in; font-family: 'Ubuntu Mono', monospace; - line-height: 1.3; + line-height: 1.4; overflow-y: scroll; margin: 0; margin-top: 8px;