Updated h3 styling to match h2
This commit is contained in:
		| @@ -119,7 +119,13 @@ h2 { | |||||||
| 	border-bottom: 2px solid #ccd; | 	border-bottom: 2px solid #ccd; | ||||||
| 	text-shadow: 3px 3px 3px #bbc; | 	text-shadow: 3px 3px 3px #bbc; | ||||||
| } | } | ||||||
| h2 a{ | h3 { | ||||||
|  | 	font-weight: bold; | ||||||
|  | 	margin: 1em 0 1em 0; | ||||||
|  | 	border-bottom: 1px solid #ddc; | ||||||
|  | 	text-shadow: 2px 2px 3px #bbc; | ||||||
|  | } | ||||||
|  | h2 a, h3 a{ | ||||||
| 	text-decoration: none; | 	text-decoration: none; | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -11,13 +11,13 @@ | |||||||
| .post { | .post { | ||||||
| 	margin: 0 0 3em 0; | 	margin: 0 0 3em 0; | ||||||
| } | } | ||||||
| .post h2 { | .post h2, .post h3 { | ||||||
| 	margin: 1em 0 0 0; | 	margin: 1em 0 0 0; | ||||||
| } | } | ||||||
| .post h2 a{ | .post h2 a, .post h3 a{ | ||||||
| 	color: #001; | 	color: #001; | ||||||
| } | } | ||||||
| .post h2 a:hover{ | .post h2 a:hover, .post h3 a:hover{ | ||||||
| 	color: #556; | 	color: #556; | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user