add hsl
This commit is contained in:
parent
c851bdca4d
commit
0530520cd2
2 changed files with 16 additions and 0 deletions
|
|
@ -1,5 +1,14 @@
|
|||
{% extends "base.html" %}
|
||||
{% block main %}
|
||||
<style>
|
||||
:root {
|
||||
--film-color: {{ film.color }};
|
||||
}
|
||||
body {
|
||||
background: var(--film-color);
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div class="film">
|
||||
<div class="info">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue