Remove TTT Announcement, Fix UI Colors (#26)
* Remove TTT announcement. * Fix background colors not breaking. * Change the entire announcement to be a link, add classes for getting specific font colors, reorganize background classes.
This commit is contained in:
@ -7,23 +7,26 @@
|
||||
color: #CCCCCC;
|
||||
}
|
||||
|
||||
a {
|
||||
a,.orange {
|
||||
color: #FF9900
|
||||
}
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
h1,h2,h3,h4,h5,h6,.purple {
|
||||
color: #663399;
|
||||
}
|
||||
|
||||
.header {
|
||||
/*background-color: #113311;*/
|
||||
background-color: #222222;
|
||||
.green {
|
||||
color: #33CC33;
|
||||
}
|
||||
|
||||
.title {
|
||||
background-color: #111111;
|
||||
}
|
||||
|
||||
.header {
|
||||
background-color: #222222;
|
||||
}
|
||||
|
||||
.text {
|
||||
background-color: #333333;
|
||||
}
|
||||
|
Reference in New Issue
Block a user