diff --git a/france/france_rsvp/static/css/custom.css b/france/france_rsvp/static/css/custom.css index d746340..11ba97f 100644 --- a/france/france_rsvp/static/css/custom.css +++ b/france/france_rsvp/static/css/custom.css @@ -37,27 +37,23 @@ html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } - - + -webkit-tap-highlight-color: rgba(0, 0, 0, 0);} + /* timeline from https://mdbootstrap.com/docs/standard/extended/timeline/ */ .timeline-with-icons { border-left: 1px solid hsl(0, 0%, 90%); position: relative; list-style: none; - margin-top:1.3rem; - } + margin-top:1.3rem;} .timeline-with-icons .timeline-item { - position: relative; - } + position: relative;} .timeline-with-icons .timeline-item:after { position: absolute; display: block; - top: 0; - } + top: 0;} .timeline-with-icons .timeline-icon { position: absolute; @@ -69,8 +65,7 @@ html { width: 31px; display: flex; align-items: center; - justify-content: center; - } + justify-content: center;} article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; } @@ -83,7 +78,11 @@ body { line-height: 1.5; color: #212529; text-align: left; - background-color: #fff; } + background-image: url("../imgs/background.png"); + background-position: center; + background-repeat: no-repeat; + background-size: cover; +} [tabindex="-1"]:focus:not(:focus-visible) { outline: 0 !important; } diff --git a/france/france_rsvp/static/imgs/background.png b/france/france_rsvp/static/imgs/background.png new file mode 100644 index 0000000..cbf8c34 Binary files /dev/null and b/france/france_rsvp/static/imgs/background.png differ