mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 12:16:37 +00:00 
			
		
		
		
	Add some styling
This commit is contained in:
		
							parent
							
								
									c2e2d9216a
								
							
						
					
					
						commit
						151423681d
					
				
					 1 changed files with 23 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -5,5 +5,27 @@ $font-size-base: 1.2rem;
 | 
			
		|||
$headings-margin-bottom: 1.5rem;
 | 
			
		||||
$paragraph-margin-bottom: $headings-margin-bottom * 0.85;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@import "node_modules/bootstrap/scss/bootstrap";
 | 
			
		||||
 | 
			
		||||
$body-color: $gray-300;
 | 
			
		||||
 | 
			
		||||
html, body {
 | 
			
		||||
  color: $body-color;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
a {
 | 
			
		||||
  color: $primary;
 | 
			
		||||
 | 
			
		||||
  &:hover {
 | 
			
		||||
    transition: color 0.5s;
 | 
			
		||||
    color: $body-color;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &.colour-invert {
 | 
			
		||||
    color: $body-color;
 | 
			
		||||
 | 
			
		||||
    &:hover {
 | 
			
		||||
      color: $primary;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue