diff --git a/client/homebrew/pages/basePages/listPage/brewItem/brewItem.less b/client/homebrew/pages/basePages/listPage/brewItem/brewItem.less index 41b628450..59ab46c8a 100644 --- a/client/homebrew/pages/basePages/listPage/brewItem/brewItem.less +++ b/client/homebrew/pages/basePages/listPage/brewItem/brewItem.less @@ -269,6 +269,28 @@ display : inline-block; grid-area : tags; min-width : 100px; + + span { + color:#606060; + background-color: hsla(from #c1b673 h s l / 20% ); + } + .type { + color:#518251; + background-color: hsla(from currentColor h s l / 20% ); + } + .system { + color: #c55656; + background-color: hsla(from currentColor h s l / 20% ); + } + .group { + color : #525252; + background-color: hsla(from currentColor h s l / 20% ); + } + .meta { + color : #5050b1; + background-color: hsla(from currentColor h s l / 20% ); + } + } .brewAuthors { display : inline-block; @@ -379,7 +401,6 @@ padding : 10px; padding-top : 100px; padding-bottom : 50px; - margin : 10px; font-size : 13px; color : white; background-color : grey; diff --git a/client/homebrew/pages/basePages/listPage/listPage.jsx b/client/homebrew/pages/basePages/listPage/listPage.jsx index e17f99d95..2bfce14ea 100644 --- a/client/homebrew/pages/basePages/listPage/listPage.jsx +++ b/client/homebrew/pages/basePages/listPage/listPage.jsx @@ -294,13 +294,13 @@ const ListPage = ({ brewCollection = [{ title: '', class: '', brews: [] }], navI