mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	Fix link styling
This commit is contained in:
		
							parent
							
								
									466283f135
								
							
						
					
					
						commit
						2e399a6661
					
				
					 1 changed files with 16 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -81,7 +81,12 @@ footer {
 | 
			
		|||
a {
 | 
			
		||||
  color: $primary;
 | 
			
		||||
 | 
			
		||||
  &:link {
 | 
			
		||||
    text-decoration: none;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &:hover {
 | 
			
		||||
    text-decoration: underline;
 | 
			
		||||
    transition: color 0.5s;
 | 
			
		||||
    color: $body-color;
 | 
			
		||||
  }
 | 
			
		||||
| 
						 | 
				
			
			@ -93,12 +98,12 @@ a {
 | 
			
		|||
      color: $primary;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
a.no-color-change {
 | 
			
		||||
  &, &:hover {
 | 
			
		||||
    text-decoration: none;
 | 
			
		||||
    color: inherit;
 | 
			
		||||
  &.no-color-change {
 | 
			
		||||
    &, &:hover {
 | 
			
		||||
      text-decoration: none;
 | 
			
		||||
      color: inherit;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -119,12 +124,6 @@ p, li, h1, h2, h3, h4, h5, h6 {
 | 
			
		|||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
h1, h2, h3, h4, h5, h6 {
 | 
			
		||||
  .anchor {
 | 
			
		||||
    font-weight: lighter;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
ul ul, ol ol {
 | 
			
		||||
  padding-left: $spacer * 1.5;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -177,3 +176,9 @@ table td {
 | 
			
		|||
    text-align: center;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
h1, h2, h3, h4, h5, h6 {
 | 
			
		||||
  .anchor {
 | 
			
		||||
    font-weight: lighter;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue