diff --git a/data/themes/gadjo/static/css/agent-portal.scss b/data/themes/gadjo/static/css/agent-portal.scss index f81f6306..c906d842 100644 --- a/data/themes/gadjo/static/css/agent-portal.scss +++ b/data/themes/gadjo/static/css/agent-portal.scss @@ -155,16 +155,20 @@ div.links-list { position: relative; z-index: 0; & > li { - padding: 1rem; color: $cell-entry-color; border-bottom: 1px solid $cell-entry-border-color; position: relative; > h4 { // group titles - padding: 0; margin: 0; font-size: 100%; font-weight: normal; + padding: 1rem; + } + > a { + display: block; + padding: 1rem; + border: none; } &:hover {