refactor(tazjin/homepage): use a separate CSS file for homepage
Change-Id: Idf5682d67ae863b9cb982dd5efcdf1621b6895aa Reviewed-on: https://cl.tvl.fyi/c/depot/+/8807 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
This commit is contained in:
		
							parent
							
								
									d8d0b17823
								
							
						
					
					
						commit
						80403d56b5
					
				
					 1 changed files with 56 additions and 0 deletions
				
			
		
							
								
								
									
										56
									
								
								users/tazjin/homepage/static/tazjin.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										56
									
								
								users/tazjin/homepage/static/tazjin.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,56 @@
 | 
				
			||||||
 | 
					/* Homepage styling */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.dark {
 | 
				
			||||||
 | 
					    background-color: #181818;
 | 
				
			||||||
 | 
					    color: #e4e4ef;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.dark-link, .interblag-title {
 | 
				
			||||||
 | 
					    color: #96a6c8;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.interblag-title {
 | 
				
			||||||
 | 
					    text-decoration: none;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.entry-container {
 | 
				
			||||||
 | 
					    display: flex;
 | 
				
			||||||
 | 
					    flex-direction: column;
 | 
				
			||||||
 | 
					    flex-wrap: nowrap;
 | 
				
			||||||
 | 
					    justify-content: flex-start;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.entry {
 | 
				
			||||||
 | 
					    margin: 5px;
 | 
				
			||||||
 | 
					    padding-left: 5px;
 | 
				
			||||||
 | 
					    text-decoration: none;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.entry:nth-child(odd) {
 | 
				
			||||||
 | 
					    background: #282828;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.entry-description {
 | 
				
			||||||
 | 
					    color: #e4e4ef;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.misc {
 | 
				
			||||||
 | 
					    color: #73c936;
 | 
				
			||||||
 | 
					    border-color: #73c936;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.blog {
 | 
				
			||||||
 | 
					    color: #268bd2;
 | 
				
			||||||
 | 
					    border-color: #268bd2;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.project {
 | 
				
			||||||
 | 
					    color: #ff4f58;
 | 
				
			||||||
 | 
					    border-color: #ff4f58;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.note {
 | 
				
			||||||
 | 
					    color: #ffdd33;
 | 
				
			||||||
 | 
					    border-color: #ffdd33;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue