Bump Django to 4.1.* (#2989)

This commit is contained in:
Raphael Michel
2023-06-05 09:56:31 +02:00
committed by GitHub
parent 3a8556bb78
commit bd32b33ba9
119 changed files with 742 additions and 613 deletions

View File

@@ -177,7 +177,7 @@ input[type=number]::-webkit-outer-spin-button {
}
.pagination > li.page-current > a:hover, .pagination > li.page-current > a:focus {
color: #7f5a91;
color: $brand-primary;
background-color: #fff;
border: 1px solid #ddd;
}