Move tag styles to blog.css
This commit is contained in:
		
							parent
							
								
									93006dadcb
								
							
						
					
					
						commit
						ee9da5b829
					
				
					 2 changed files with 43 additions and 33 deletions
				
			
		| 
						 | 
				
			
			@ -344,39 +344,6 @@ pre {
 | 
			
		|||
    margin-block-start: 3.5rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ul.post-tags {
 | 
			
		||||
    display: flex;
 | 
			
		||||
    padding-inline-start: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ul.post-tags li {
 | 
			
		||||
    background-color: var(--tag-background-color);
 | 
			
		||||
    border-radius: 4px;
 | 
			
		||||
    display: inline-block;
 | 
			
		||||
    letter-spacing: 2px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ul.post-tags li:hover {
 | 
			
		||||
    background-color: var(--tag-hover-background-color);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ul.post-tags li a {
 | 
			
		||||
    color: var(--tag-text-color);
 | 
			
		||||
    display: block;
 | 
			
		||||
    font-size: 1.75rem;
 | 
			
		||||
    height: 100%;
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    padding: 0.75rem 1rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ul.post-tags li a:hover {
 | 
			
		||||
    text-decoration: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ul.post-tags li + li {
 | 
			
		||||
    margin-inline-start: 1rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-title {
 | 
			
		||||
    align-items: baseline;
 | 
			
		||||
    display: flex;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue