Add border to button for alternative routes

This commit is contained in:
André Wahlberg 2020-12-11 17:00:36 +01:00
parent 84fa5e0597
commit b07708f3e9

View File

@ -132,4 +132,5 @@
border-radius: var(--borderRadius); border-radius: var(--borderRadius);
box-shadow: var(--boxShadow); box-shadow: var(--boxShadow);
text-decoration: none; text-decoration: none;
border: 1px solid rgba(0, 0, 0, 0.2);
} }