Skip to content

Commit

Permalink
styling: fixed the table text colors to dark grey
Browse files Browse the repository at this point in the history
  • Loading branch information
cihanandac committed Jun 21, 2024
1 parent 1c44677 commit e4c983b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/theme/extras/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,8 @@ table.ui.table.block {
padding-bottom: 5px;
padding-left: 15px;
background: none;
color: var(--bonnefanten-primary-text);
// color: var(--bonnefanten-primary-text);
color: #575756;
font-family: 'StyreneRegular', Arial, sans-serif;
font-size: 17px;
letter-spacing: 0em;
Expand Down Expand Up @@ -1817,8 +1818,6 @@ body.multiple-content-view .herosection > .content-container.header-no-hero{
@media screen and (min-width:1200px) {
display: none !important;
}


}

.contenttype-lrf {
Expand Down

0 comments on commit e4c983b

Please sign in to comment.