mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	feat(css): Global update of the site theme
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		
							
								
								
									
										8
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							@@ -1,8 +0,0 @@
 | 
				
			|||||||
[submodule "bootstrap"]
 | 
					 | 
				
			||||||
	path = _scss/bootstrap
 | 
					 | 
				
			||||||
	url = https://github.com/twbs/bootstrap-sass.git
 | 
					 | 
				
			||||||
	branch = 3.3-stable
 | 
					 | 
				
			||||||
[submodule "bootswatch"]
 | 
					 | 
				
			||||||
	path = _scss/bootswatch
 | 
					 | 
				
			||||||
	url = https://github.com/thomaspark/bootswatch.git
 | 
					 | 
				
			||||||
	branch = master
 | 
					 | 
				
			||||||
@@ -1,3 +0,0 @@
 | 
				
			|||||||
@import 'bootswatch/cosmo/_variables.scss';
 | 
					 | 
				
			||||||
@import 'bootstrap/assets/stylesheets/bootstrap';
 | 
					 | 
				
			||||||
@import 'bootswatch/cosmo/_bootswatch.scss';
 | 
					 | 
				
			||||||
@@ -1,3 +1 @@
 | 
				
			|||||||
@import 'components/core';
 | 
					@import 'components/core';
 | 
				
			||||||
@import 'components/github';
 | 
					 | 
				
			||||||
@import 'components/image';
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								_scss/base/_normalize.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								_scss/base/_normalize.scss
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
				
			|||||||
 | 
					@import 'normalize/main';
 | 
				
			||||||
@@ -6,3 +6,5 @@ $color-text: #4a4a4a;
 | 
				
			|||||||
$font-family-sans-serif: Verdana, Geneva, sans-serif;
 | 
					$font-family-sans-serif: Verdana, Geneva, sans-serif;
 | 
				
			||||||
$font-family-serif: serif;
 | 
					$font-family-serif: serif;
 | 
				
			||||||
$font-size-base: 1.8rem;
 | 
					$font-size-base: 1.8rem;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@import 'sakura/main';
 | 
				
			||||||
 Submodule _scss/bootstrap deleted from 5d6b2ebba0
									
								
							 Submodule _scss/bootswatch deleted from 4b0d3762f3
									
								
							@@ -1,4 +0,0 @@
 | 
				
			|||||||
.github-avatar {
 | 
					 | 
				
			||||||
    max-height: 16px;
 | 
					 | 
				
			||||||
    max-width: 16px;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,4 +0,0 @@
 | 
				
			|||||||
img {
 | 
					 | 
				
			||||||
  max-width: 100%;
 | 
					 | 
				
			||||||
  width: auto;
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
@@ -1,7 +1,8 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
# Loading site styles.
 | 
					# Loading site styles
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@import 'base/bootstrap';
 | 
					@import 'base/normalize';
 | 
				
			||||||
@import 'base/highlight';
 | 
					@import 'base/highlight';
 | 
				
			||||||
 | 
					@import 'base/sakura';
 | 
				
			||||||
@import 'base/main';
 | 
					@import 'base/main';
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user