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