Color Correction (#7)
* Update README.md * Alter colors for outside of Night Light.
This commit is contained in:
@ -2,22 +2,22 @@
|
||||
|
||||
/* Shared Attributes */
|
||||
.banner-top, .banner-middle, .banner-bottom {
|
||||
color: white;
|
||||
width: 100%;
|
||||
height: 69px;
|
||||
font-size: 50px;
|
||||
color: white;
|
||||
width: 100%;
|
||||
height: 69px;
|
||||
font-size: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Specific Attributes */
|
||||
.banner-top {
|
||||
background-color: #6633FF;
|
||||
background-color: #660099;
|
||||
}
|
||||
|
||||
.banner-middle {
|
||||
background-color: #FF9900;
|
||||
background-color: #FF9900;
|
||||
}
|
||||
|
||||
.banner-bottom {
|
||||
background-color: #339933;
|
||||
background-color: #33CC33;
|
||||
}
|
||||
|
Reference in New Issue
Block a user