Explorar o código

change font color

kaho-y %!s(int64=4) %!d(string=hai) anos
pai
achega
66ae5eaf12
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      src/client/styles/scss/theme/_apply-colors.scss

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

@@ -268,6 +268,7 @@ ul.pagination {
     .list-group {
       .list-group-item {
         background-color: transparent;
+
         .grw-tag-label {
           color: $secondary;
           background-color: $gray-200;
@@ -276,6 +277,14 @@ ul.pagination {
         .icon-lock {
           color: $color-link;
         }
+
+        .d-flex.justify-content-between {
+          color: $gray-500;
+
+          svg {
+            fill: $gray-500;
+          }
+        }
       }
     }
   }