40 lines
		
	
	
		
			No EOL
		
	
	
		
			447 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			No EOL
		
	
	
		
			447 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
// styles
 | 
						|
 | 
						|
.pagination {
 | 
						|
  display: flex;
 | 
						|
  justify-content: center;
 | 
						|
}
 | 
						|
 | 
						|
.nav-link {
 | 
						|
  font-size: 130%;
 | 
						|
}
 | 
						|
 | 
						|
.nav-link.active {
 | 
						|
  font-weight: bold;
 | 
						|
}
 | 
						|
 | 
						|
code {
 | 
						|
  color: $purple;
 | 
						|
}
 | 
						|
 | 
						|
p {
 | 
						|
  font-family: $font-family-sans-serif;
 | 
						|
}
 | 
						|
 | 
						|
.badge a {
 | 
						|
  color: $white;
 | 
						|
  font-weight: bold;
 | 
						|
}
 | 
						|
 | 
						|
// shortcode quote
 | 
						|
 | 
						|
.quote {
 | 
						|
    font-size: 90%;
 | 
						|
    padding-top: 1rem;
 | 
						|
    padding-bottom: 1rem;
 | 
						|
}
 | 
						|
 | 
						|
.quote-author {
 | 
						|
    padding-top: 0.3rem;
 | 
						|
    padding-bottom: 0.3rem;
 | 
						|
} |