Compare commits

..

No commits in common. "e8995ea46ce68f0e470ccc13c08274585afe92af" and "bdd2594298506dda59130a188b9a63a3e283815b" have entirely different histories.

View file

@ -53,7 +53,7 @@ def render_poster(data, poster):
font_size_small = 32
font_size_large = 48
font_file = os.path.join(static_root, 'MontserratBold.ttf')
hue = int(year) % 100 * 3.6
hue = int(year) % 100 * 360
image_color = getRGB([hue, 1, 0.2])
background_color = getRGB([hue, 1, 0.4])
foreground_color = getRGB([hue, 1, 0.8])