itizawa 6 lat temu
rodzic
commit
919184de4c

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

@@ -82,8 +82,15 @@ textarea.form-control {
  * Pagination
  * Pagination
  */
  */
 ul.pagination {
 ul.pagination {
-  li.page-item > button.page-link {
-    @extend .btn-dark;
+  li.page-item {
+    button.page-link {
+      @extend .btn-dark;
+    }
+    &.active {
+      button {
+        @extend .active;
+      }
+    }
   }
   }
 }
 }