mirror of
				https://git.sr.ht/~cadence/cloudtube
				synced 2025-10-27 19:59:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			252 B
		
	
	
	
		
			Sass
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			252 B
		
	
	
	
		
			Sass
		
	
	
	
	
	
| @use "colors.sass" as c
 | |
| 
 | |
| .takedown-page
 | |
|   max-width: 700px
 | |
|   margin: 0 auto
 | |
| 
 | |
|   .new-section
 | |
|     margin-top: 200px
 | |
| 
 | |
|   .important-section
 | |
|     padding: 4px 20px
 | |
|     border: 1px solid c.$edge-grey
 | |
|     color: c.$fg-bright
 | |
|     background-color: c.$bg-darker
 | 
