mirror of https://github.com/zulip/zulip.git
portico: Fix white border around integration icon widgets on homepage
The integration widgets on the homepage had a weird-looking white border. That border has now been updated to match the better- looking border on the integrations page.
This commit is contained in:
parent
5e85701a42
commit
e31d7d2d83
|
@ -1587,7 +1587,7 @@ nav ul li.active::after {
|
|||
margin: 10px 5px;
|
||||
color: hsl(219, 23%, 33%);
|
||||
border-radius: 5px;
|
||||
border: 1px solid #fff;
|
||||
border: 1px solid #e5eef5;
|
||||
}
|
||||
|
||||
.portico-landing.hello .integrations .integration-icons .group:hover {
|
||||
|
|
Loading…
Reference in New Issue