feat: change main title
This commit is contained in:
		@@ -17,6 +17,7 @@
 | 
			
		||||
  --background-color: #fff;
 | 
			
		||||
 | 
			
		||||
  --text-color: rgba(0,0,10,.8);
 | 
			
		||||
  --text-color-sub: rgba(0,0,10,.55);;
 | 
			
		||||
  --text-color-secondary: var(--color-green-1);
 | 
			
		||||
  --text-color-tertiary: var(--color-green-2);
 | 
			
		||||
  --text-color-link: var(--color-green-1);
 | 
			
		||||
@@ -143,7 +144,12 @@ main {
 | 
			
		||||
  padding: 8rem 1rem 4rem 1rem;
 | 
			
		||||
}
 | 
			
		||||
main :first-child {
 | 
			
		||||
  margin-top: 0;
 | 
			
		||||
  margin: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.sub-title {
 | 
			
		||||
  margin: 0.5rem 0 5rem;
 | 
			
		||||
  color: var(--text-color-sub);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
table {
 | 
			
		||||
@@ -182,7 +188,7 @@ figure img {
 | 
			
		||||
figure figcaption {
 | 
			
		||||
  margin-top: 6px;
 | 
			
		||||
  font-size: 0.8125em; /* 13px /16 */
 | 
			
		||||
  color: rgba(0,0,10,.55);
 | 
			
		||||
  color: var(--text-color-sub);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Header */
 | 
			
		||||
@@ -267,7 +273,7 @@ figure figcaption {
 | 
			
		||||
.post-metadata time {
 | 
			
		||||
  margin-right: 1em;
 | 
			
		||||
  font-size: 0.8125em; /* 13px /16 */
 | 
			
		||||
  color: rgba(0,0,10,.55);
 | 
			
		||||
  color: var(--text-color-sub);
 | 
			
		||||
}
 | 
			
		||||
.post-metadata li:first-child {
 | 
			
		||||
  flex-grow: 1;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user