fix: vo links hover color

pull/9156/head
Romain Crestey 3 years ago committed by Romain Crestey
parent 814c27be4a
commit 41d36954fc

@ -72,13 +72,12 @@
} }
:global(.text .vo a) { :global(.text .vo a) {
color: unset; color: var(--sk-text-1);
box-shadow: inset 0 -1px 0 0 var(--sk-text-4); box-shadow: inset 0 -1px 0 0 var(--sk-text-4);
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;
} }
:global(.text .vo a:hover) { :global(.text .vo a:hover) {
color: white; color: var(--sk-text-3);
box-shadow: inset 0 -1px 0 0 white;
} }
</style> </style>

Loading…
Cancel
Save