mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	Add styling for table of contents
This commit is contained in:
		
							parent
							
								
									b870b3b2d8
								
							
						
					
					
						commit
						2d076e318a
					
				
					 1 changed files with 22 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -65,3 +65,25 @@ footer {
 | 
			
		|||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#TableOfContents {
 | 
			
		||||
  font-size: $font-size-base;
 | 
			
		||||
 | 
			
		||||
  ul {
 | 
			
		||||
    list-style-type: none;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  & > ul {
 | 
			
		||||
    margin-bottom: 0;
 | 
			
		||||
    padding-left: $spacer;
 | 
			
		||||
 | 
			
		||||
    li {
 | 
			
		||||
      text-indent: -5px;
 | 
			
		||||
 | 
			
		||||
      &::before {
 | 
			
		||||
        margin-right: 5px;
 | 
			
		||||
        content: "-";
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue