mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	feat(css): Updating the color scheme of the site
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -1,9 +1,10 @@
 | 
				
			|||||||
$color-bg-alt: #c7e3be;
 | 
					$color-bg-alt: #4a4a4a;
 | 
				
			||||||
$color-bg: #f9f9f9;
 | 
					$color-bg: #222;
 | 
				
			||||||
$color-blossom: #338618;
 | 
					$color-blossom: #fff;
 | 
				
			||||||
$color-fade: #5e5e5e;
 | 
					$color-fade: #c9c9c9;
 | 
				
			||||||
$color-text: #4a4a4a;
 | 
					$color-text: #c9c9c9;
 | 
				
			||||||
$font-family-sans-serif: "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
 | 
					
 | 
				
			||||||
 | 
					$font-family-sans-serif: '-apple-system', BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
 | 
				
			||||||
$font-size-base: 1.6rem;
 | 
					$font-size-base: 1.6rem;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@import 'sakura/main';
 | 
					@import 'sakura/main';
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user