Add border to button for alternative routes
This commit is contained in:
parent
84fa5e0597
commit
b07708f3e9
@ -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);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user