Color changes
This commit is contained in:
parent
6b03c75d64
commit
31476bdec8
@ -1,27 +1,26 @@
|
||||
body {
|
||||
width: 100%;
|
||||
background-color: #B4C6E2;
|
||||
background-color: #444444;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
text-align: center;
|
||||
color: #323C4A;
|
||||
color: #eeeeee;
|
||||
padding-top: 50px;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
.page-main-content {
|
||||
text-align: center;
|
||||
color: #495568;
|
||||
color: #f0f0f0f0;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
footer {
|
||||
background-color: #7fa7e6;
|
||||
color: white;
|
||||
background-color: #333;
|
||||
color: #eeeeee;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user