1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Fix link styles

This commit is contained in:
Andrew Kingston 2021-06-30 19:57:39 +01:00
parent 3b23d55685
commit d0c6f64b22

View file

@ -66,11 +66,11 @@
a {
color: var(--spectrum-alias-text-color);
display: inline-block;
white-space: pre-wrap;
white-space: nowrap;
transition: color 130ms ease-in-out;
}
a:hover {
color: var(--spectrum-global-color-blue-600);
color: var(--spectrum-global-color-blue-600) !important;
}
.placeholder {
font-style: italic;