We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18baec5 commit 45c69f6Copy full SHA for 45c69f6
sites/svelte.dev/src/routes/+layout.svelte
@@ -72,13 +72,12 @@
72
}
73
74
:global(.text .vo a) {
75
- color: unset;
+ color: var(--sk-text-1);
76
box-shadow: inset 0 -1px 0 0 var(--sk-text-4);
77
- transition: box-shadow 0.1s ease-in-out, font-weight 0.1s ease-in-out;
+ transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
78
79
80
:global(.text .vo a:hover) {
81
- color: white;
82
- box-shadow: inset 0 -1px 0 0 white;
+ color: var(--sk-text-3);
83
84
</style>
0 commit comments