diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..621a95c Binary files /dev/null and b/favicon.ico differ diff --git a/static/img/bg.jpg b/static/img/bg.jpg new file mode 100644 index 0000000..34177b3 Binary files /dev/null and b/static/img/bg.jpg differ diff --git a/static/styles.css b/static/styles.css index fd7e7f0..6ef56f6 100644 --- a/static/styles.css +++ b/static/styles.css @@ -1,6 +1,21 @@ body { /* main website background color*/ - background-color: #868e85; +background-image: url('img/bg.jpg'); +background-attachment: fixed; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + /*background-color: #868e85;*/ +} + +.table td, .table th { + padding: .75rem; + vertical-align: top; + border-top: 0px !important; +} + +.table-secondary, .table-secondary>td, .table-secondary>th { + background-color: #b6c59d1c; } .bg-light { diff --git a/templates/layout.html b/templates/layout.html index 8025973..ad2cbba 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -4,6 +4,15 @@
+ + + + + @@ -26,11 +35,14 @@