Color Correction (#7)
* Update README.md * Alter colors for outside of Night Light.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
# My Website
 | 
					# My Website - Hyperling.com
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Custom website rather than using WordPress or anything else that handles the code for you.
 | 
					Custom website rather than using WordPress or anything else that handles the code for you.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -2,22 +2,22 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
			/* Shared Attributes */
 | 
								/* Shared Attributes */
 | 
				
			||||||
			.banner-top, .banner-middle, .banner-bottom {
 | 
								.banner-top, .banner-middle, .banner-bottom {
 | 
				
			||||||
				color: white; 
 | 
									color: white;
 | 
				
			||||||
				width: 100%; 
 | 
									width: 100%;
 | 
				
			||||||
				height: 69px; 
 | 
									height: 69px;
 | 
				
			||||||
				font-size: 50px; 
 | 
									font-size: 50px;
 | 
				
			||||||
				text-align: center;
 | 
									text-align: center;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			/* Specific Attributes */
 | 
								/* Specific Attributes */
 | 
				
			||||||
			.banner-top {
 | 
								.banner-top {
 | 
				
			||||||
				background-color: #6633FF; 
 | 
									background-color: #660099;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			.banner-middle {
 | 
								.banner-middle {
 | 
				
			||||||
				background-color: #FF9900; 
 | 
									background-color: #FF9900;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			.banner-bottom {
 | 
								.banner-bottom {
 | 
				
			||||||
				background-color: #339933; 
 | 
									background-color: #33CC33;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -12,7 +12,7 @@
 | 
				
			|||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			h1,h2,h3,h4,h5,h6 {
 | 
								h1,h2,h3,h4,h5,h6 {
 | 
				
			||||||
				color: #6633FF;
 | 
									color: #660099;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			.header {
 | 
								.header {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -62,12 +62,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
			/** Objects which need borders **/
 | 
								/** Objects which need borders **/
 | 
				
			||||||
			.border {
 | 
								.border {
 | 
				
			||||||
				border: 1px solid #339933;
 | 
									border: 1px solid #33CC33;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			/* Also have this apply to a table's cells. */
 | 
								/* Also have this apply to a table's cells. */
 | 
				
			||||||
			.border * th,td {
 | 
								.border * th,td {
 | 
				
			||||||
				border: 1px solid #339933;
 | 
									border: 1px solid #33CC33;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			/** Format tables and allow contents to be broken up. **/
 | 
								/** Format tables and allow contents to be broken up. **/
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user