aboutsummaryrefslogtreecommitdiff
path: root/src/routes
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes')
-rw-r--r--src/routes/+layout.svelte8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte
index 856c6569..8ec6cb28 100644
--- a/src/routes/+layout.svelte
+++ b/src/routes/+layout.svelte
@@ -115,4 +115,12 @@
#hover-header:hover {
opacity: 1;
}
+
+ :global(a) {
+ text-decoration: none;
+ }
+
+ :global(a:hover) {
+ text-decoration: underline;
+ }
</style>