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