theme: looks like a typo, wrong color selector used

This commit is contained in:
Ad Schellevis 2023-02-23 09:59:51 +01:00
parent 6d2c6502b5
commit c8bcac1a85

View File

@ -395,7 +395,7 @@ main.page-content.col-lg-12 {
padding-left: 0px;
padding-right: 0px;
padding-top: 12px;
border-bottom: 2px solid #lightergrey;
border-bottom: 2px solid map-get($colors, lightergrey);
border-right: 1px solid #D9D9D9;
> span {
&.fa, &.glyphicon {