mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	🐛  Fix .post-title (#273)
				
					
				
			no issue fixes the post-title font-size again, as it didn't work with two body:notstatements.
This commit is contained in:
		
				
					committed by
					
						
						John O'Nolan
					
				
			
			
				
	
			
			
			
						parent
						
							27270d3de3
						
					
				
				
					commit
					d07d6dee09
				
			@@ -1015,11 +1015,14 @@ body.nav-opened .nav {
 | 
			
		||||
    box-shadow: #FFF 0 0 0 5px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body:not(.post-template) .post-title,
 | 
			
		||||
body:not(.page-template) .post-title {
 | 
			
		||||
body:not(.post-template) .post-title {
 | 
			
		||||
    font-size: 3.6rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body.page-template .post-title {
 | 
			
		||||
    font-size: 5rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-title a {
 | 
			
		||||
    text-decoration: none;
 | 
			
		||||
}
 | 
			
		||||
@@ -1789,11 +1792,14 @@ body:not(.page-template) .post-title {
 | 
			
		||||
        font-size: 0.95em
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    body:not(.post-template) .post-title,
 | 
			
		||||
    body:not(.page-template) .post-title {
 | 
			
		||||
    body:not(.post-template) .post-title {
 | 
			
		||||
        font-size: 3.2rem;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    body.page-template .post-title {
 | 
			
		||||
        font-size: 4.5rem;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    hr {
 | 
			
		||||
        margin: 2.4em 0;
 | 
			
		||||
    }
 | 
			
		||||
@@ -2058,11 +2064,14 @@ body:not(.page-template) .post-title {
 | 
			
		||||
        font-size: 1.8rem;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    body:not(.post-template) .post-title,
 | 
			
		||||
    body:not(.page-template) .post-title {
 | 
			
		||||
    body:not(.post-template) .post-title {
 | 
			
		||||
        font-size: 2.5rem;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    body.page-template .post-title {
 | 
			
		||||
        font-size: 2.8rem;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .post-template .site-footer,
 | 
			
		||||
    .page-template .site-footer {
 | 
			
		||||
        margin-top: 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user