mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Adjusted the pagination to dark mode
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -2119,7 +2119,7 @@ html.dark-mode .post-card-image {
 | 
				
			|||||||
    background: var(--color-darkmode);
 | 
					    background: var(--color-darkmode);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
html.dark-mode :is(.post-card-tags, .post-card-meta, .article-tag a, .byline-meta-content) {
 | 
					html.dark-mode :is(.post-card-tags, .post-card-meta, .article-tag a, .byline-meta-content, .pagination .page-number) {
 | 
				
			||||||
    color: color-mod(var(--color-secondary-text) l(-22%));
 | 
					    color: color-mod(var(--color-secondary-text) l(-22%));
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -2135,6 +2135,10 @@ html.dark-mode .post-card-excerpt {
 | 
				
			|||||||
    color: var(--color-secondary-text);
 | 
					    color: var(--color-secondary-text);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					html.dark-mode .pagination a {
 | 
				
			||||||
 | 
					    color: #fff;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
html.dark-mode .author-profile-location {
 | 
					html.dark-mode .author-profile-location {
 | 
				
			||||||
    color: #fff;
 | 
					    color: #fff;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@@ -2299,7 +2303,7 @@ html.dark-mode .footer-cta-title {
 | 
				
			|||||||
        background: var(--color-darkmode);
 | 
					        background: var(--color-darkmode);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    html.auto-color :is(.post-card-tags, .post-card-meta, .article-tag a, .byline-meta-content) {
 | 
					    html.auto-color :is(.post-card-tags, .post-card-meta, .article-tag a, .byline-meta-content, .pagination .page-number) {
 | 
				
			||||||
        color: color-mod(var(--color-secondary-text) l(-22%));
 | 
					        color: color-mod(var(--color-secondary-text) l(-22%));
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -2315,6 +2319,10 @@ html.dark-mode .footer-cta-title {
 | 
				
			|||||||
        color: var(--color-secondary-text);
 | 
					        color: var(--color-secondary-text);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    html.auto-color .pagination a {
 | 
				
			||||||
 | 
					        color: #fff;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    html.auto-color .author-profile-location {
 | 
					    html.auto-color .author-profile-location {
 | 
				
			||||||
        color: #fff;
 | 
					        color: #fff;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user