aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/+layout.svelte9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 7126641a..858c9f33 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -126,6 +126,7 @@
:global(a) {
text-decoration: none;
+ transition: all 0.15s ease-in-out;
}
:global(a:hover) {
@@ -135,4 +136,12 @@
.header-item {
margin: 0 0.625rem;
}
+
+ .header-item:hover {
+ text-decoration: none;
+ }
+
+ .header-item:active {
+ outline: none;
+ }
</style>