1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13: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 { a {
color: var(--spectrum-alias-text-color); color: var(--spectrum-alias-text-color);
display: inline-block; display: inline-block;
white-space: pre-wrap; white-space: nowrap;
transition: color 130ms ease-in-out; transition: color 130ms ease-in-out;
} }
a:hover { a:hover {
color: var(--spectrum-global-color-blue-600); color: var(--spectrum-global-color-blue-600) !important;
} }
.placeholder { .placeholder {
font-style: italic; font-style: italic;