Color adjustment
This commit is contained in:
		@@ -17,11 +17,11 @@
 | 
				
			|||||||
		&--current{
 | 
							&--current{
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			.LP-Link{
 | 
								.LP-Link{
 | 
				
			||||||
				background-color: $-light-brown;
 | 
									background-color: $-beige;
 | 
				
			||||||
				border-radius: 2px;
 | 
									border-radius: 2px;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
				&:hover{
 | 
									&:hover{
 | 
				
			||||||
					background-color: $-light-brown;
 | 
										background-color: $-beige;
 | 
				
			||||||
					color: $-grey;
 | 
										color: $-grey;
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -263,10 +263,10 @@ body {
 | 
				
			|||||||
  .LP-Pagination .LP-Pagination__Item {
 | 
					  .LP-Pagination .LP-Pagination__Item {
 | 
				
			||||||
    margin: 0 4px; }
 | 
					    margin: 0 4px; }
 | 
				
			||||||
    .LP-Pagination .LP-Pagination__Item--current .LP-Link {
 | 
					    .LP-Pagination .LP-Pagination__Item--current .LP-Link {
 | 
				
			||||||
      background-color: #C09F80;
 | 
					      background-color: #D7CEC7;
 | 
				
			||||||
      border-radius: 2px; }
 | 
					      border-radius: 2px; }
 | 
				
			||||||
      .LP-Pagination .LP-Pagination__Item--current .LP-Link:hover {
 | 
					      .LP-Pagination .LP-Pagination__Item--current .LP-Link:hover {
 | 
				
			||||||
        background-color: #C09F80;
 | 
					        background-color: #D7CEC7;
 | 
				
			||||||
        color: #565656; }
 | 
					        color: #565656; }
 | 
				
			||||||
  .LP-Pagination .LP-Link {
 | 
					  .LP-Pagination .LP-Link {
 | 
				
			||||||
    padding: 15px 25px; }
 | 
					    padding: 15px 25px; }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user