소스 검색

change color

kaho-y 4 년 전
부모
커밋
370c6e6f0f
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/client/styles/scss/theme/_apply-colors.scss

+ 5 - 0
src/client/styles/scss/theme/_apply-colors.scss

@@ -266,6 +266,11 @@ ul.pagination {
 
   .list-group {
     .list-group-item {
+      .grw-tag-label {
+        color: $secondary;
+        background-color: $gray-200;
+      }
+
       .icon-lock {
         color: $color-link;
       }