make footer roughly uniform

This commit is contained in:
Kevin Kondratuk 2019-07-29 22:25:33 -05:00
parent 62b001e19f
commit 6641fbbaa2
2 changed files with 16 additions and 1 deletions

View File

@ -13,7 +13,7 @@ This is how you can use this repository to make updates to the styles or templat
### Checkout
Clone the git repo:
```bash
git clone <this repository>
git clone https://github.com/lubuntu-team/lists-html.git
```
### Install Dependencies

View File

@ -19,6 +19,21 @@ body div {
padding: 0;
}
form center {
text-align: left;
}
address {
background-color: #0074B9;
color: #BBBBBB;
padding: .5rem;
}
address a {
color: #FFFFFF;
font-style: normal;
}
div.header {
background-color: #0074B9;
color: #FFFFFF;