Skip to content

Commit

Permalink
Update base.html
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmgvaz authored Jun 8, 2024
1 parent 34c78e5 commit 4edec91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions djangocon_2024/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ <h1 style="display: none; margin: 0px; padding: 0px;">{{ menu }}</h1>
{% include "modules/header.html" %}

<style>
:root {
--bg-color: rgba(242, 231, 220, 0.6);
.innerBody {
background-color: rgba(242, 231, 220, 0.6);
}
</style>
<div style="position: fixed; z-index: -99; width: 100%; height: 100%">
Expand Down

0 comments on commit 4edec91

Please sign in to comment.