diff --git a/README.md b/README.md index 737dc95..25ef797 100644 --- a/README.md +++ b/README.md @@ -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 +git clone https://github.com/lubuntu-team/lists-html.git ``` ### Install Dependencies diff --git a/lubuntu_style.css b/lubuntu_style.css index 97ade1f..32e681b 100644 --- a/lubuntu_style.css +++ b/lubuntu_style.css @@ -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;