mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Reinstate a class which as it turns out was not unused after all
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
											
										
									
								
							@@ -489,6 +489,10 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
 | 
			
		||||
    z-index: 2000;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.home-template .gh-head.has-cover {
 | 
			
		||||
    background: transparent;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.home-template.gh-head-open .gh-head {
 | 
			
		||||
    background: var(--ghost-accent-color);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -21,7 +21,7 @@
 | 
			
		||||
<body class="{{body_class}}">
 | 
			
		||||
<div class="viewport">
 | 
			
		||||
 | 
			
		||||
    <header id="gh-head" class="gh-head">
 | 
			
		||||
    <header id="gh-head" class="gh-head {{#if @site.cover_image}}has-cover{{/if}}">
 | 
			
		||||
        <nav class="gh-head-inner inner gh-container">
 | 
			
		||||
 | 
			
		||||
            <div class="gh-head-brand">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user